Results 1 to 5 of 5
Thread: i need help
- 01-31-2009, 05:23 PM #1
Member
- Join Date
- Jan 2009
- Posts
- 3
- Rep Power
- 0
i need help
see i am tring to run a client for a private server and also i am tring to make my own server so i need to have java to play it. so when i click run in the client file it says 'java' is not recognized as an internal or external command...
i have the newest java jdk_6_11 and it dosent work. somone told me to do somthing with my enviorment variables but thats all he said.i have tried a lot of things and now ppl just say then you suck in life or get a new computer.
What should i do?
- 01-31-2009, 08:30 PM #2
try this: javac path error
XML Code:http://www.java-forums.org/new-java/15289-javac-not-recognized-internal-external-command-vista.html#post52981
USE CODE TAGS--> [CODE]...[/CODE]
Get NotePad++ (free)
- 02-01-2009, 02:33 AM #3USE CODE TAGS--> [CODE]...[/CODE]
Get NotePad++ (free)
- 02-01-2009, 02:37 AM #4
Member
- Join Date
- Jan 2009
- Posts
- 3
- Rep Power
- 0
i did jdk type wat
- 02-01-2009, 03:29 AM #5
Vista: My computer - > properties, Advanced System Settings -> Advanced, Environment Variables. Click new for user variables (top new button)
Name: PATH
value: "C:\Program Files\Java\jdk1.6.0_11\bin" or whatever your jdk\bin folder install is.
This should let the current user access java/javac etc inside cmd, i think you may need to relog first or restart for it to take effect.
Bookmarks