javadoc document generation with Eclipse

hi all,

I'm a complete javadoc beginner and I just finished commenting my code. Now I don't know how to generate the documentation. Under Eclipse I start the javadoc wizard (File -> Export -> Javadoc) and it asks me for Javadoc Command and about the destination of the standard doclet. I have no clue what to fill in and whether I have to install something beforehand.

Please enlighten me :)

Thanks,

Pesho

[444 byte] By [Pesho_318ia] at [2007-10-3 2:43:39]
# 1

Ah, simple, yet definitely a pain the first time...

The JDT uses the Javadoc command (typically available in JRE distributions) to generate Javadoc documentation from source files.

To set the location of the Javadoc command:

Use the Window > Preferences > Java > Javadoc preferences page to enter the absolute (e.g. C:\Java\14\jdk1.4\bin\javadoc.exe) path to the Javadoc command.

electricHappiness.com

adamorna at 2007-7-14 20:32:02 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...