Windows 7 'Java' is not recognized as an internal or external command, operable program or batch file.

Matteh

New Member
Joined
Mar 25, 2010
When I try to run an RS private server, (which runs using java), It says this. I have attempted to make a path in my system variables, i named it "Java" and put it as C:\Program Files (x86)\Java\jre6\bin\ and it still does not work. Please help me?
 
i need help with this aswell. im trying to make a mincraft server but says 'java' is not recognized as an internal or external command, operable program or batch file. WHAT DO I DO??? please help?
 
If you have an 64x AMD processor. Try uninstalling 64x java and use only 32bit/86x
Also for the OP you can try changing you .bat to something more like.
Code:
@echo off
set path=%PATH%;C:\Program Files (x86)\Java\jre6\bin
Start java (add stuff here)
I use to do RSPS :)
 
Back
Top Bottom