JFX-Browser icon indicating copy to clipboard operation
JFX-Browser copied to clipboard

Can't run the Jar

Open praveenray opened this issue 3 years ago • 1 comments

java -jar JFX-Browser-1.0.0.jar

Error: Could not find or load main class main.java.com.github.jfxbrowser.application.Main Caused by: java.lang.NoClassDefFoundError: javafx/application/Application

Using Java 11 on Linux.

praveenray avatar Sep 07 '20 18:09 praveenray

I know it's an old question, but for java > 9 you have to install openjfx separatly: https://openjfx.io/openjfx-docs/#install-javafx

pdemanget avatar Aug 22 '23 08:08 pdemanget