You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
λ vihoma.bat
Error: Could not find or load main class application.Main
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
Error: Could not find or load main class application.Main
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
Hi Wolvverine, it seems that AdoptOpenJDK is not supporting JavaFX, as this issue shows. Using another Java platform like Liberica (Open-sourced, Vihoma works on it) could solve the problem.
λ vihoma.bat
Error: Could not find or load main class application.Main
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
Error: Could not find or load main class application.Main
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
λ set | grep -i java
CLASSPATH=.;"C:\Program Files\AdoptOpenJDK\javafx-sdk-12.0.2\lib";
JAVA_HOME=C:\Program Files\AdoptOpenJDK\jdk-12.0.2+10
PATH_TO_FX="C:\Program Files\AdoptOpenJDK\javafx-sdk-12.0.2\lib"
The text was updated successfully, but these errors were encountered: