|
Re: java help
Hey again, there should be a JDK entry in the path variable. In explorer, go to the java bin (C:/Program Files/Java/JDK[something more here]/) then shift+right click the folder "bin" and click "Copy as Path". Paste that into notepad or something.
Then open up the path variable again, click edit, go to the end of the entry, add a semicolon and paste the path (without quotes[windows will add quotes when you copy it from the context menu]), Click OK and try using javac/appletviewer again =]
Cheers,
Jamey
|