简体   繁体   中英

Drombler FX Sample Application fails to run

I followed the getting startet instructions but cannot run it.

java -Djavafx.verbose=true -Dbinary.css=false -Djava.util.logging.config.file=target/deployment/standalone/conf/logging.properties -jar target/deployment/standalone/bin/foo.jar --userdir target/userdir

Error: Could not find or load main class org.drombler.fx.startup.main.DromblerFXApplication

Using the mvn exec:exec command yields the same.

I had a similar error when I used an OpenJDK runtime which was the default on my path. Make sure to meet the requirements:

Java SE 8 with bundled JavaFX 8

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