Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / October 2005

Tip: Looking for answers? Try searching our database.

Javadoc in JCreator

Thread view: 
JS - 30 Oct 2005 19:49 GMT
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
Bjorn Abelli - 31 Oct 2005 00:06 GMT
"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
Sharp Tool - 31 Oct 2005 11:51 GMT
> > 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?
[quoted text clipped - 25 lines]
>
> // 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
Bjorn Abelli - 31 Oct 2005 16:29 GMT
> 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


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.