• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

BDO loginserver error

Joined
Apr 16, 2007
Messages
441
Reaction score
204
idk how you got your game server up, but that error looks like it can't find the environment variable JAVA_HOME or PATH or it could just be it's running off the wrong Java version. first take a look at your installed programs uninstall anything above ver 8 for Java, set the environment variables JAVA_HOME and PATH to point to your java.exe directory by going My PC > Properties > Advance system settings > Environment Variables and if you see JAVA_HOME and PATH make sure the path is correct or make one.

The other alternative is to edit the .bat and where you see JAVA_HOME = %JAVA_HOME% edit it and paste your directory to java.exe like
Code:
c:\program files\java\java_xxxx\bin\java.exe
 
Upvote 0
Back
Top