-1

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.

1 Answers1

2

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

JanPl
  • 794
  • 6
  • 19