|
|
Re: Same Newbie Problem again... help?
|
Posted: Sep 21, 2005 3:25 AM
|
|
In DOS Type:
set PATH=%PATH%;c:\program\java\jdk1.5.0_04\bin
Then execute JavaC to see if that really is where your path is. The Path is only set until you close DOS. To Permanently set it, go to Control Panel Click on System. Then on the advanced Tab, Click on the button at the bottom "Environment Variables" Double Click Path (Make sure you don't delete anything in Path). Take it to the End of the Text Field and at the end add:
;c:\program\java\jdk1.5.0_04\bin
That will add this environment to your path you will be able to compile your programs from any where; running them will be another issue - Setting the Path. Get back to us when you have managed to get it to run javac. I recommend not playing with your System Variables yet, set Path via DOS then try the second option, to set it permanently...
Good luck, Spike
|
|