This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 34100 - Auto popup for J2EE Javadoc does not work
Summary: Auto popup for J2EE Javadoc does not work
Status: CLOSED DUPLICATE of bug 23467
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-02 19:21 UTC by rsk
Modified: 2005-07-12 13:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rsk 2003-06-02 19:21:44 UTC
I have installed J2EE 1.3 + API documentation on my local 
machine. I generated a new parser DB entery for it 
(removing the old servlet23 one that was already there) 
and also enter the <installdir>\doc\api into the Javadoc 
manager (removing any old conflicting one). But NetBeans 
will not show me the Javadoc for J2EE methods or classes 
(namely the servlet class). No matter what I do or what I 
change the path to, the javadoc window ALWAYS 
show "Javadoc not found". I have restarted Netbeans and 
even checked the directory myself to maek sure it was 
valid javadoc. Not only that, Netbeans complains when you 
attempt to set it to a location that is not valid (aka 
without a index or index-all file) and it doesn't complain 
at all when I set it to this directory.
Comment 1 Martin Roskanin 2003-06-03 10:33:15 UTC
Unfortunetely, there is no support for retrieving javadoc from mounted
javadocs yet. Javadoc is taken from mounted sources because of
performance reasons.

*** This issue has been marked as a duplicate of 23467 ***
Comment 2 rsk 2003-06-03 14:33:21 UTC
Ohhhhhhhh.... this really should be made more clear 
someplace, I was going crazy.
Comment 3 Milan Kubec 2005-07-12 13:57:42 UTC
Closing.