Closed Dhyfer1 closed 8 months ago
I actually just had the same issue and I solved it. Java Runtime Environment can only run up to class version 52 and it doesn't matter if you have the latest version of Java Runtime Environment installed. You have to install JDK Development kit which you can get from https://www.oracle.com/java/technologies/downloads/#jdk21-windows. JDK Development kit can run class version 61. I installed JDK Development kit and I was able to run modder.
@cns00 Thank you very much! I did what you said, I installed the latest version of the JDK and modder --help
no longer throws an error.
But before doing that, I had tried installing Java SE Development Kit 8u401, but it also gave me the same error as with JRE, so the only solution is to install the latest JDK.
@KuhakuPixel You should mention Java Development Kit as a requirement in your repository to be able to work with modder, or at least point it out in the tutorial video.
Now that this issue is solved, I can close it. Thanks for the solution 👍
Hi dev.
My phone is not rooted, and I have followed the steps correctly for setting up the ModderRelease.zip file as you show in the tutorial video.
But when I run the
modder --help
command I get the following error:I have installed the latest version of Java SE Runtime Environment 8u401. I am using Windows 11 64bits, the JAVA_HOME system variable is created correctly.
I don't understand why I get this error, I followed the steps in the video correctly.