help adding textpad in windows vista

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
rocko
Posts: 3
Joined: Sat Apr 22, 2006 12:53 am

help adding textpad in windows vista

Post 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.
jaceh14
Posts: 1
Joined: Tue May 15, 2007 6:43 pm

Post 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
User avatar
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

Post 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.
 */ 
The only dumb question is one you should have asked and didn't.
Post Reply