Jump to content
  • 0

Question

Posted

Heellloo world

 

i compile from Eclipse IDE for Java Developers - 2020-03

all ok and when i press start login.bat

 

Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/sf/l2j/geodataconverter/GeoDataConverter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file 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)
Press any key to continue . . .


 

9 answers to this question

Recommended Posts

  • 1
Posted (edited)

you tried to compile with Java 11 and tried to run it with Java 8.

 

45 = Java 1.1
46 = Java 1.2
47 = Java 1.3
48 = Java 1.4
49 = Java 5
50 = Java 6
51 = Java 7
52 = Java 8
53 = Java 9
54 = Java 10
55 = Java 11
56 = Java 12
57 = Java 13

 

Edited by melron
  • 0
Posted (edited)
4 hours ago, TexasJunior said:

Thank you guys prob solved, uninstall all java and keep java 11

 

 

one more question about l2jacis , what is mmocore and i need it for l2jacis?

 

External MMOCore project is deleted on public sources since 3 months, not sure why you speak about it.

 

MMOCore is basically the network core, queuing/sending packets and it was merged with sources since a very long time, on commons package.

 

It was left here because SweeTs didn't know / didn't have the power to remove a project, and I wasn't administrating public sources because of inner lazyness.

Edited by Tryskell
  • 0
Posted

Hi, I also have a question about Java. I have a server on java 11 and a friend on java 8. we want both on the same machine. Can these servers work together? and how?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock