Portlet Factory, Version 6.1.2
Accessing Javadoc in Eclipse-based IDEs
You can access the Javadoc for objects in your Java code in your integrated development environment (IDE).
- Do one of the following actions for the selected Java object.
- Type F2 to display a brief description as a ToolTip.
- Type SHIFT+F2 to display the Javadoc for that object.
If there is no ToolTip content or if your IDE displays a dialog saying that the documentation location is not set, you can set the Javadoc Location property for the JAR mentioned in the dialog. You can establish Javadoc access for the JAR used by IBM® WebSphere Portlet Factory. Use the same procedure for any other JAR that you know has related Javadoc.
- Start the Package Explorer.
- Click Window > Show View > Other > Java > Package Explorer.
- In Package Explorer, under the project in which you work, navigate to Web App Libraries > factory.jar, right-click the JAR file entry, and click Properties.
- In the Properties dialog, click Javadoc Location.
- Set Javadoc URL.
- In Javadoc location path, click Browse and navigate to the WebSphere Portlet Factory doc plugin directory.
For example:
C:\Program Files\IBM\WebSphere Portlet Factory\Designer\ eclipse\plugins\com.bowstreet.designer.doc_6.1.2\api- Select the api folder in the appropriate path for the version that you have installed on your computer and click OK.
- Click Validate to verify that Javadoc exists at the specified location.
- In the Properties dialog, click OK.
Parent topic: Eclipse-based IDEs
Library | Support |