Page 1 of 1

help adding textpad in windows vista

Posted: Mon Mar 26, 2007 7:17 pm
by rocko
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.

Posted: Tue May 15, 2007 6:46 pm
by jaceh14
i'm wanting to know how to compile with vista also, because i had xp and it worked fine, but now with vista, i can't get any of the old menus to compile. any help would be greatly appreciated. thanks

jace

Re: help adding textpad in windows vista

Posted: Sat Jun 09, 2007 1:37 am
by Nicholas Jordan
rocko wrote:... as posted ...
I just got the jdk 1.5 to show up on the tools menu by:

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.
 */