How do you add javadoc.exe to the tools menue like javac.exe
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
How do you add javadoc.exe to the tools menue like javac.exe
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
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
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
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
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!