Jump to content
  • 0

Question

Posted

Hi everyone. Today i try to make my own server. Project L2jMobius. Because l2jserver have another way to compile and i didn't know how it's works. Anyway, everything was super ok with compile L2j-Mobius. Works fine in eclipse. But in create database doesn't work. In next link, you will see what error i get. 100% it is from java version. Now i have installed 1.7 and i get error. Who can tell me what version i need? 

https://imgur.com/BD542uQ

Windows used:  Windows 7 x64 Ultimate.

 

 

Recommended Posts

  • 0
Posted (edited)

https://stackoverflow.com/questions/22381202/a-jni-error-has-occurred-please-check-your-installation-and-try-again-in-eclips

 

Delete all your JDK/JRE versions, and verify links to it under JAVA_HOME (google it). If you use a compiled pack (which you shouldn't), ask to whatever compiled it which JDK he used.

 

Once it is done, verify your JVM configuration on Eclipse.

 

You can also see current Java compliance of the project using alt + enter on your project > Java compiler > Compliance level.

 

Capture.png

Edited by Tryskell
  • 0
Posted

usually you open build.xml and check what version needs to compile :) then install it, set JAVA_HOME in your computer environment variables to point at your JDK folder (google it) and then it will work also what tryskell said on your eclipse you need to also setup the jdk version to be used on build

Guest
This topic is now closed to further replies.
×
×
  • Create New...