Quackster / Kepler

A server created in Java designed to revive Habbo Hotel v14 from the 2007 era.
GNU General Public License v3.0
230 stars 61 forks source link

problem with run.bat #15

Closed lavalitaa4 closed 3 years ago

lavalitaa4 commented 4 years ago

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 commented 4 years ago

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

lavalitaa4 commented 4 years ago

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

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

Quackster commented 3 years ago

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