Rob92 Posted March 4, 2012 Posted March 4, 2012 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:
robiin Posted March 4, 2012 Posted March 4, 2012 Hello Im having the same problem, so please does anybody know how to fix this?
jampot5000 Posted March 4, 2012 Posted March 4, 2012 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
Rob92 Posted March 4, 2012 Author Posted March 4, 2012 That done nothing, just changed to console to 'C:/Program Files' instead of 'java'
robiin Posted March 4, 2012 Posted March 4, 2012 It didn't work out for me either so it surely Isn't the problem, but still i have no freaking idea :S
thecodemonk Posted March 4, 2012 Posted March 4, 2012 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
jampot5000 Posted March 4, 2012 Posted March 4, 2012 thank you code monk forgot about the space in program files my bad
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now