Page 1 of 1
AHH HELP
Posted: Wed May 21, 2008 2:49 am
by TurbanTahl
have a problem when i try to compile it says
the system cannot find the file specified
and yes i have saved it etc
help i have an assignment due soon
Posted: Wed May 21, 2008 9:50 am
by helios
You could try reinstalling the JDK, and TextPad in that order.
If that doesn't work, TextPad determines which javac.exe it should use, by looking at the value of the current version in the Registry.
The solution should be to change the Registry key to the correct file path for the current version of the JDK.
Please expand the Register as in the following example:
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5
Clicking on Java Development Kit reveals the current version value, 1.5 in the example above. Clicking on the plus sign next to Java Development Kit reveals any other versions of the JDK. Clicking on the key of the Current version, you should see "JavaHome" in the right hand pane. Right click on JavaHome and select "Modify". Type in the correct path for the Current version.
You may need Administrator rights to do this.
I hope this helps.