Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Javadoc in JCreator

Reply
Thread Tools

Javadoc in JCreator

 
 
JS
Guest
Posts: n/a
 
      10-30-2005
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


 
Reply With Quote
 
 
 
 
Bjorn Abelli
Guest
Posts: n/a
 
      10-30-2005

"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



 
Reply With Quote
 
 
 
 
Sharp Tool
Guest
Posts: n/a
 
      10-31-2005

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




 
Reply With Quote
 
Bjorn Abelli
Guest
Posts: n/a
 
      10-31-2005

"Sharp Tool" wrote:


> 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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
java.util.Formatter and JCreator Michael B. Williams Java 6 10-22-2004 07:13 AM
jcreator IDE Jeremy Watts Java 4 09-09-2004 12:09 PM
JCreator too slow Thanasis \(sch\) Java 3 01-30-2004 11:20 PM
JCreator Chinese Language Support terry Java 0 09-14-2003 12:23 PM
JCreator Pro 2.5 Build 8 and Debugger facilities Guy Van Rinsveld Java 0 08-03-2003 05:21 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57