Page 1 of 1
How do you add javadoc.exe to the tools menue like javac.exe
Posted: Wed Jan 24, 2001 1:06 am
by Aaron
How do you add javadoc.exe to the tools menue like javac.exe and java.exe?
Re: How do you add javadoc.exe to the tools menue like javac
Posted: Mon Jan 29, 2001 7:43 am
by HY
Go to Configure --> Preferences. Choose "Tools", at the bottom, then "Add" Program. Surf to javadoc.exe (usually C:\jdk1.3\bin\javadoc.exe or something like that), and that's it.
For customizations, click "Apply", then the plus sign to the left of "Tools", then "javadoc". Typically, you would like to check "Capture output", but I think that's default.
Regards
Re: How do you add javadoc.exe to the tools menue like javac
Posted: Mon Jan 29, 2001 2:18 pm
by Aaron
Thx! Javadoc works great now. You wouldn't by chance know how to get the debugger (JDB.exe) to work smoothly with textpad, would you?
Re: How do you add javadoc.exe to the tools menue like javac
Posted: Mon Jan 29, 2001 2:46 pm
by HY
No, I wouldn't. The command results window doesn't seem to accept interactivity. But if anyone else knows something different, please speak out! Being able to run programs like JDB through TextPad would be really brilliant!
JDB
Posted: Wed Nov 11, 2009 1:24 pm
by CowboyMC
Last year in my intro to computers course, we used the debugger with textpad. I don't know how it was setup, but it works.