Javadoc in JCreator

J

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?
Thanks in advance
JS
 
B

Bjorn Abelli

"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
 
S

Sharp Tool

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

Tried that and I got the following error:

Error : Invalid path, C:\Program
Files\Java\jdk1.5.0_05\bin\javadoc.exe -private *.java -d javadocs\

Process completed.

Sharp Tool
 
B

Bjorn Abelli

:

Tried that and I got the following error:

Error : Invalid path, C:\Program
Files\Java\jdk1.5.0_05\bin\javadoc.exe -private *.java -d javadocs\

Process completed.

Try to enclose the path to javadoc.exe in the "Command" within ":s, e.g:

"C:\Program Files\Java\jdk1.5.0_05\bin\javadoc.exe"

I guess it breaks between "Program" and "Files" for you...

// Bjorn A
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top