Re: Javadoc in JCreator
- From: "Bjorn Abelli" <bjorn_abelli@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 31 Oct 2005 00:06:42 +0100
"JS" ...
> Hi all, does anyone here know if JCreator creates the javadoc's
> for a given class or project or and if it does, how do you do it?
I don't think it's a pre-builtin, but it's easy enough to make your own
"User Tool" for it in JCreator.
--------------------------------
[Configure]
[Options...]
node Tools
[New]
[Program]
Select javadoc.exe from where you've installed your JDK.
Mark javadoc in the "Options browser", and fill in the rest of the fields as
follows:
Arguments: -private *.java -d javadocs\
Initial Directory: $[FileDir]
Check "Capture output".
--------------------------------
That would fill your basic needs, but for special needs, you could of course
configure it differently.
// Bjorn A
.
- Prev by Date: Re: JDBC to Microsoft SQL
- Next by Date: Re: Date different
- Previous by thread: Design of File Choosers
- Next by thread: Re: Operating document scanner from JSP page
- Index(es):