Jump to content
  • 0

L2j Infinity Error


Question

Posted

Starting L2jInfinity Login Server.

 

 

    JAVA JDK not exists.

    Set path to JAVA JDK into JAVA_PATH in this script file or

    set JAVA_HOME variable into system variables.

 

server terminated

 

Press any key to continue . . .

 

What problem ?

5 answers to this question

Recommended Posts

  • 0
Posted

Set your JAVA_HOME variable by right-clicking your "My Computer" then select proprites then click the tab "Advanced" and finally click "enviroment variables", in the bottom of that page.

then under "System variables" click "New".

Set "Variable name:" to "JAVA_HOME".

Set "Variable value:" to your java JDK home directory, by default this is "c:\Program Files\Java\jdk1

reboot  to take effect.

  • 0
Posted

Starting L2jInfinity Login Server.

 

 

   JAVA JDK not exists.

   Set path to JAVA JDK into JAVA_PATH in this script file or

   set JAVA_HOME variable into system variables.

 

server terminated

 

Press any key to continue . . .

 

What problem ?

 

Look here how to setup your Java_Home  if you can't understand what mean Raule

 

And sorry for my bad english :)

 

 

62756713.png

 

 

 

 

  • 0
Posted

go to C:/server/login...

right click on startloginserver.bat/edit

 

:: EXAMPLE PATH

:: set JAVA_PATH="C:\Program Files\Java\jdk1.6.0_20"

set JAVA_PATH=""

 

change to this

 

:: EXAMPLE PATH

:: set JAVA_PATH="C:\Program Files\Java\jdk1.6.0_20"

set JAVA_PATH="C:\Program Files\Java\jdk1.6.0_10" <---- here you put the java path

Guest
This topic is now closed to further replies.


×
×
  • Create New...