Petschko / Java-RPG-Maker-MV-Decrypter

You can decrypt whole RPG-Maker MV Directories with this Program, it also has a GUI.
MIT License
379 stars 51 forks source link

Doesnt work with OpenJDK #20

Closed coolyves closed 5 years ago

coolyves commented 5 years ago

It worked until i switched to OpenJDK. Oracle Java is no longer free for some reason. Can you make it work with OpenJDK as well? I can start the application but when i load a directory it doesnt do anything. When i test it with the cmd command this error message comes up: Set Output-Dir to: "output" Exception in thread "main" java.lang.NoClassDefFoundError: sun/dc/path/PathException at org.petschko.rpgmakermv.decrypt.App.main(App.java:41) Caused by: java.lang.ClassNotFoundException: sun.dc.path.PathException at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 1 more

Thanks for the help Greetings

Petschko commented 5 years ago

I think I remove the sun.dc.path.PathException (and replace it with something more helpful), it causes much more issues than it helps

coolyves commented 5 years ago

Thanks for the fast reply. Have a nice Day

Petschko commented 5 years ago

I use my own PathException for it now! Please let me know if it works now with this Version: RPG_Maker_MV_Decrypter_jar_test.zip

See code changes: https://github.com/Petschko/Java-RPG-Maker-MV-Decrypter/commit/4884279750d177c522be48eafeacfac7d2690f4f

coolyves commented 5 years ago

It works now. Thank your very much

Petschko commented 5 years ago

Thanks for testing it, I will put it out as release soon^^