Z
zerg
Any Netbeans experts know how to configure it to find the Javadocs?
For whatever reason, my system has the Javadocs in C:\Program
Files\Java\1.6.0 and everything else in C:\Program Files\Java\1.6.0_10.
Netbeans autoconfigured on install with the src.zip and class jars under
the latter directory, and left the Javadoc field blank.
I can't get it to work. I've tried:
C:\Program Files\Java\1.6.0\
C:\Program Files\Java\1.6.0\docs\
C:\Program Files\Java\1.6.0\docs\api\ (which would apparently have
worked in Netbeans 4.x, according to my Google search's results)
C:\Program Files\Java\1.6.0\docs\api\index-files\
C:\Program Files\Java\1.6.0\docs\api\jdk\
and one or two others.
The docs are definitely located there; file://C/Program
Files/Java/1.6.0/docs/api/ browses them in Firefox. I'd move the docs
folder over to 1.6.0_10 and reinstall Netbeans, except that that would
break browser bookmarks and other links.
Which specific directory does it actually want?
I could guess for hours and not hit it. Particularly with the somewhat
clunky UI in that part of Netbeans (it doesn't remember the last-used
directory for very long, forgetting it whenever you actually leave the
Platform Setup dialog to test whether it now sees the Javadocs; and you
can't jump to a directory by pasting and hitting Enter without it
treating that as the directory to use instead of letting you browse from
there -- the quickest method I've found to try another one is to paste
in the 1.6.0 directory's path and hit enter, which adds it; then remove
this and the preexisting entry; then click Add again and NOW I'm in the
neighborhood in the file browser).
For whatever reason, my system has the Javadocs in C:\Program
Files\Java\1.6.0 and everything else in C:\Program Files\Java\1.6.0_10.
Netbeans autoconfigured on install with the src.zip and class jars under
the latter directory, and left the Javadoc field blank.
I can't get it to work. I've tried:
C:\Program Files\Java\1.6.0\
C:\Program Files\Java\1.6.0\docs\
C:\Program Files\Java\1.6.0\docs\api\ (which would apparently have
worked in Netbeans 4.x, according to my Google search's results)
C:\Program Files\Java\1.6.0\docs\api\index-files\
C:\Program Files\Java\1.6.0\docs\api\jdk\
and one or two others.
The docs are definitely located there; file://C/Program
Files/Java/1.6.0/docs/api/ browses them in Firefox. I'd move the docs
folder over to 1.6.0_10 and reinstall Netbeans, except that that would
break browser bookmarks and other links.
Which specific directory does it actually want?
I could guess for hours and not hit it. Particularly with the somewhat
clunky UI in that part of Netbeans (it doesn't remember the last-used
directory for very long, forgetting it whenever you actually leave the
Platform Setup dialog to test whether it now sees the Javadocs; and you
can't jump to a directory by pasting and hitting Enter without it
treating that as the directory to use instead of letting you browse from
there -- the quickest method I've found to try another one is to paste
in the 1.6.0 directory's path and hit enter, which adds it; then remove
this and the preexisting entry; then click Add again and NOW I'm in the
neighborhood in the file browser).