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
> java -jar Image.Resizer.jar
Error: Could not find or load main class com.marwaeltayeb.fir.Main
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
UPDATE:
> java -version
java version "11.0.11" 2021-04-20 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.11+9-LTS-194)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.11+9-LTS-194, mixed mode)
Maybe this is caused because JavaFx is no longer packaged with Java runtime. Maybe the Jar should be packged with JavaFx?
The text was updated successfully, but these errors were encountered:
UPDATE:
Maybe this is caused because JavaFx is no longer packaged with Java runtime. Maybe the Jar should be packged with JavaFx?
The text was updated successfully, but these errors were encountered: