mdbell / Noexes

A graphical remote debugger for the Nintendo Switch
GNU General Public License v3.0
214 stars 55 forks source link

Error On MacOS + Java 10.0.2 #35

Closed Blackbird12621 closed 3 years ago

Blackbird12621 commented 4 years ago

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.

haykuro commented 4 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
mdbell commented 3 years ago

Closing this issue due to no response. If you're still having trouble please open a new one!