Log in

View Full Version : Java Not Recognized?!?!



lazy muffin
03-04-2009, 04:06 AM
OMG@@@ It says that 'java' is not recognized as an internal or external command, operable program or batch file. OMG SOMEONE HELP ME! THIS IS DRIVING ME I-N-S-A-N-E!!:fiery: I think it has to do with my Environmental Variables... My 'Classpath' and 'Path' variables are blank because i tried to make my own RS2 server and quit:spongebob: . AGAIN SOMEBODY FOR TEH LOVE OF PETE, HELP MEH!!! :confused: :confused: :fiery:

ian.
03-04-2009, 04:23 AM
what were you trying to use?

an RS2 client?

ant lol
03-04-2009, 04:57 AM
Go to Start Menu > control panel > Windows Firewall
Now make sure you have allow exceptions ticked

Ok now we have to make a path for the compiling now go to:

start menu -> control panel -> system -> advanced -> enviromental variables

Ok now find the variable called "path" in the list in that new screen open. Rename it to "PATH" and then for it's variable value (erase old one):
C:Windows\System32\;"C:\Program Files\Java\jdk1.6.0\bin\"

You will also need to set a variables called "classpath". Make a new variable and give it the name classpath. Now add this in for it's value:
"C:\Program Files\Java\Java\jdk1.6.0\bin\"



[ change jdk1.6.0 to YOUR java version ]

lazy muffin
03-04-2009, 10:22 PM
Go to Start Menu > control panel > Windows Firewall
Now make sure you have allow exceptions ticked

Ok now we have to make a path for the compiling now go to:

start menu -> control panel -> system -> advanced -> enviromental variables

Ok now find the variable called "path" in the list in that new screen open. Rename it to "PATH" and then for it's variable value (erase old one):
C:Windows\System32\;"C:\Program Files\Java\jdk1.6.0\bin\"

You will also need to set a variables called "classpath". Make a new variable and give it the name classpath. Now add this in for it's value:
"C:\Program Files\Java\Java\jdk1.6.0\bin\"



[ change jdk1.6.0 to YOUR java version ]



ok, i did all that, and im still getting same error. i downloaded JDK v jdk-6u12-windows-i586-p Would that be \jdk1.6.12\ ?