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
I managed to run an old version using ubuntu 20.04; but I am unable to run the last version. $ java -jar Mixly.jar Error: Could not find or load main class org.mixly.Main Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
I am using java 11 (but 8 didn't work), and installed javafx package and defined export PATH_TO_FX=/usr/share/openjfx/lib
What am I missing?
Thanks
The text was updated successfully, but these errors were encountered:
https://pan.baidu.com/s/1A_k4T21rlfZpRbLttovN5A#list/path=%2F
download from here
在2021-01-22 06:24:28,enboignotifications@github.com写道:
I managed to run an old version using ubuntu 20.04; but I am unable to run the last version.
$ java -jar Mixly.jar Error: Could not find or load main class org.mixly.Main Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
I am using java 11 (but 8 didn't work), and installed javafx package and defined
export PATH_TO_FX=/usr/share/openjfx/lib
What am I missing?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
I managed to run an old version using ubuntu 20.04; but I am unable to run the last version.
$ java -jar Mixly.jar Error: Could not find or load main class org.mixly.Main Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
I am using java 11 (but 8 didn't work), and installed javafx package and defined
export PATH_TO_FX=/usr/share/openjfx/lib
What am I missing?
Thanks
The text was updated successfully, but these errors were encountered: