Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting javadoc to work in netbeans for HttpServletRequest

807598Oct 21 2006 — edited Oct 22 2006
The pop-up documentation for this class isn't working - I've tried various things, but the IDE still only shows the java.lang.Object documentation (which I guess this inherits) but not the HttpServletRequest stuff.

The include line is: import javax.servlet.http.HttpServletRequest;

I'm using JDK 1.5.0_06 and NetBeans 5.5 (beta 2)

And I'm developing a Tomcat/Velocity web application (if that's relevant)

Any ideas?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2006
Added on Oct 21 2006
4 comments
282 views