Jump to content
  • 0

Error with java L2j Acis


TexasJunior

Question

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 . . .


 

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 1

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
Link to comment
Share on other sites

  • 0
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
Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

  • 0

Compile both packs using java 11 and enjoy. There is no reason to use java 8 while you can 11 easily.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...