| |
| [ Blog ] [ Open Source ] [ Programming ] | |
« Getting extension versions in JDeveloper 10.1.3 EA | Main | JDeveloper's Java Model outside of JDeveloper »
I was asked today, how to set JDeveloper to use a locally installed copy of Javadoc for the Java SE classes instead of referring to Sun's hosted Javadoc.
Here is the answer:
First download the Javadoc zip file from Sun. Currently the URL is http://java.sun.com/j2se/1.5.0/download.jsp.
Now edit the J2SE definition (it should be the one under user).
Now JDeveloper should be using the local Javadoc instead of the hosted copy. You should also make sure your projects are using the JDK definition that does not include the words (Default) in the name.
This is how the J2SE definition should look once finished.
Posted by rcleveng at October 19, 2005 07:23 AM