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 noticed the bug a long time ago and thus stayed on version v0.2.18-alpha
The bug is: Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
which is due to JAVA changes after version 8.
After some trial and error I found following workarount to get the latest version running:
I noticed the bug a long time ago and thus stayed on version v0.2.18-alpha
The bug is:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
which is due to JAVA changes after version 8.
After some trial and error I found following workarount to get the latest version running:
I don't really know if this is worth fixing, or is worth writing somewhere for others to find.
Many Greetings and thank you for making this awesome application! :)
Edit:
I reduced the command line arg to:
needs testing tho.
The text was updated successfully, but these errors were encountered: