problem with run.bat
Closed this issue · 3 comments
hi, when i start the bat this appears:
"tile" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable. (is not recognized as an internal or external command,
executable program or batch file)
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/alexdev/k
epler/Kepler has been compiled by a more recent version of the Java Runtime (cla
ss file version 54.0), this version of the Java Runtime only recognizes class fi
le versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
Presione una tecla para continuar . . .
I have the latest version of Java Runtime and java, my PC is Windows 8.1, why is this happening?
Any tutorial?, i'm little confused with the files, and the instalations of programs
thanks
Install OpenJDK 12 from here (direct link to installer).
You aren't running the correct version of Java. Install Gradle and compile it yourself or install the correct Java runtime.