Closed Blackbird12621 closed 3 years ago
Download latest Java FX SDK from https://gluonhq.com/products/javafx/ then try:
java --module-path /opt/javafx-sdk-15.0.1/lib --add-modules=javafx.controls,javafx.fxml -jar ./JNoexsClient.jar
Closing this issue due to no response. If you're still having trouble please open a new one!
Hy, I getting a error:
Error: Could not find or load main class me.mdbell.noexs.ui.NoexsApplication Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
When I manually add javafx the error changes to
Error: Could not find or load main class JNoexsClient.jar Caused by: java.lang.ClassNotFoundException: JNoexsClient.jar
I have installed Java 10.0.2 and am using macOS. Thanks for the help.