developersu / ns-usbloader

Awoo Installer and GoldLeaf uploader of the NSPs (and other files), RCM payload injector, application for split/merge files.
GNU General Public License v3.0
1.87k stars 127 forks source link

Failed to run on MacOS with Java8 #37

Closed oujiafan closed 5 years ago

oujiafan commented 5 years ago

It says: Exception in thread "main" java.lang.UnsupportedClassVersionError: javafx/application/Application has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0

developersu commented 5 years ago

Please update your JDK. Such issue appears when you're using very old JDK/JRE like 8u42 (this uXX is kinda minor version).

oujiafan commented 5 years ago

Yes. In readme, it says "JRE/JDK 8u60 or higher". We may want to update the statement.