Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with run.bat #15

Closed
lavalitaa4 opened this issue Jul 21, 2020 · 3 comments
Closed

problem with run.bat #15

lavalitaa4 opened this issue Jul 21, 2020 · 3 comments

Comments

@lavalitaa4
Copy link

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?

Java error

Any tutorial?, i'm little confused with the files, and the instalations of programs

thanks

@emansom
Copy link

emansom commented Jul 23, 2020

Install OpenJDK 12 from here (direct link to installer).

@lavalitaa4
Copy link
Author

Sorry, the error continues and I get this too:
error 2

maybe it's because i have Windows 8,1?

@Quackster
Copy link
Owner

You aren't running the correct version of Java. Install Gradle and compile it yourself or install the correct Java runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants