Jump to content

Recommended Posts

Posted

OK, So I downloaded the latest version of the server files, installed Java 7 64 Bit, made sure it was my default java and just keep getting this error in the console:

captur24.png

Posted

you do not have java in your path variable im not going to explain how to do this as it will confuse

most people

The easiest way is to open the .bat file in notepad and change the word

java to C:\Program Files\Java\jre6\bin\java.exe

but first check this folder exists it could also be any of these and possibly more:

C:\Program Files\Java\jre7\bin\java.exe

C:\Program Files (x86)\Java\jre6\bin\java.exe

C:\Program Files (x86)\Java\jre7\bin\java.exe

Posted

you do not have java in your path variable im not going to explain how to do this as it will confuse

most people

The easiest way is to open the .bat file in notepad and change the word

java to C:\Program Files\Java\jre6\bin\java.exe

but first check this folder exists it could also be any of these and possibly more:

C:\Program Files\Java\jre7\bin\java.exe

C:\Program Files (x86)\Java\jre6\bin\java.exe

C:\Program Files (x86)\Java\jre7\bin\java.exe

You need to put quotes around that.

"C:\Program Files\Java\jre7\bin\java.exe" options after

"C:\Program Files (x86)\Java\jre6\bin\java.exe" options after

"C:\Program Files (x86)\Java\jre7\bin\java.exe" options after

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