Jump to content

Can't run the server :/


Rob92

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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