简体   繁体   中英

udash tutorial fails to run

I follow the tutorial on https://guide.udash.io/ but it fails to run:

$ sbt new UdashFramework/udash.g8
name [My Udash Application]: 
package [io.company.app]: 
scala_version [2.12.8]: 
udash_version [0.8.0-RC8]: 
sbt_version [1.2.8]: 

$ cd my-udash-application

$ sbt compile compileStatics run
[error] (run-main-1) java.lang.ClassNotFoundException: io.company.app.backend.Launcher

The launcher io.company.app.backend.Launcher with main method is in the project backend so try running it like so

sbt
project backend
run

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM