help adding textpad in windows vista
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
help adding textpad in windows vista
in the new version of textpad when i go to preferences , tools i cant see in the dropdown menu the option to add the sdk , can you please tell me how to add the sdk so i can compile and run my programs from the textpad menus . thanks.
- Nicholas Jordan
- Posts: 124
- Joined: Mon Dec 20, 2004 12:33 am
- Location: Central Texas ISO Latin-1
- Contact:
Re: help adding textpad in windows vista
I just got the jdk 1.5 to show up on the tools menu by:rocko wrote:... as posted ...
Code: Select all
/* First make sure you installed the JDK using its setup program
* as it writes important information to the registry that TextPad needs to locate Javac.exe.
* If you copied the JDK from another machine it will not work correctly with TextPad.
* After you have run the installation program for the JDK, do the following:
*
* Click on Configure.
* Select Preferences.
* Select Tools.
* Delete the 3 JDK commands (if present).
* Click Apply.
* Click the Add button and select the JDK commands.
* Click OK.
*/
The only dumb question is one you should have asked and didn't.