« IllegalStateException Displayed in the Log Window | Main | JSTL 1.0 in JSP 2.0 Pages »

How to add JDK 1.5 API Reference to JDeveloper 10.1.3

In prior releases of JDeveloper, the Help menu included the J2SE API Reference:

MenuJ2SEAPIReference:

Several customers asked us why it is missing from JDeveloper 10.1.3
The reason is that we don't include the J2SE API documentation in JDeveloper anymore.
Instead, we refer to http://java.sun.com/j2se/1.5.0/docs/api

If you want to add the JDK API locally:

  1. Download the Java Docs on your machine;
    in my case, I keep it in C:\java\jdk1.5.0\doc\jdk-1_5_0-doc.zip


  2. In JDeveloper, select menu Tools > Manage Libraries... and click tab J2SE Definitions


  3. Select 1.5.0_05 library under User


  4. Click the 'Doc Path:' in the right panel and click button Add Entry...
    JDK15API_1:


  5. Expand C:\java\jdk1.5.0\doc\jdk-1_5_0-doc.zip!\docs, select api and click Select

    Remark:
    you don't need to extact the javadoc from the .zip file: you can
    use this dialog to navigate within the .zip file and select the
    directory holding the javadoc;

    the path will be specified as the following: C:\java\jdk1.5.0\doc\jdk-1_5_0-doc.zip!\docs\api where the "!" separates the path to the zip file itself from the path to the javadoc within the .zip file.


  6. Ensure that C:\java\jdk1.5.0\doc\jdk-1_5_0-doc.zip!\docs\api
    appears above the URL http://java.sun.com/j2se/1.5.0/docs/api by using
    the arrow Move up
    JDK15API_2:


  7. Click OK


  8. Exit and restart JDeveloper

This won't add the menu J2SE API Reference in Help, but when you will select Go to Javadoc in java code, it will look at the local documentation instead of connectiing to http://java.sun.com
However, you can right-click the page and select Add to Favorites; by selecting menu Help -> Favorites, you'll then be able to access it directly.



Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About This Entry

This page contains a single entry from the blog posted on May 25, 2006 12:00 AM.

The previous post in this blog was IllegalStateException Displayed in the Log Window.

The next post in this blog is JSTL 1.0 in JSP 2.0 Pages.

Many more can be found on the main index page or by looking through the archives.

Top Tags

Powered by
Movable Type and Oracle