Complier error!!1
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 1
- Joined: Mon Oct 10, 2005 8:38 am
Complier error!!1
AT the top of the box in blue it says javac.exe and in the box it says the system can not find the file specified can anyone tell me what i am doing wrong. I have already tried to reinstall j2se and text pad a couple of times please help
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.4
Clicking on Java Development Kit reveals the current version value, 1.4 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.
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.4
Clicking on Java Development Kit reveals the current version value, 1.4 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.
Helios Software Solutions