Javadoc location page

This dialog lets you define the location of the Javadoc documentation for a JAR or a Java project.

You can reach this dialog the following ways:

Javadoc can be attached to JARs or Java projects. For projects it documents the elements of all source folders, for JARs, elements contained in the JAR are documented. The location is used by

Valid locations are URLs that point to a folder containing the API documentation's index.html and package-list file. Examples are:

file:///M:/JAVA/JDK1.2/DOCS/API/
http://java.sun.com/j2se/1.4/docs/api/

Option

Description

Default

Javadoc Location

Specify the location of the generated Javadoc documentation. You can Browse in the local file system for a Javadoc location (will result in a file:// URL) 

<empty>

Validate

Validate the current location by trying to access the index.html and package-list file with the given URL. If the validation was successful, you can directly open the documentation. 

 

Related tasks
Creating Javadoc documentation
Specifying the location of the Javadoc command
Viewing Javadoc information

Legal notices