How do I convince Eclipse to show javadoc documentation under Ubuntu 9.04 for openjdk?

Posted by Neil Trodden on Stack Overflow See other posts from Stack Overflow or by Neil Trodden
Published on 2009-06-21T00:31:17Z Indexed on 2010/05/22 14:50 UTC
Read the original article Hit count: 193

Filed under:
|
|

I'm having a pretty hard time with this!

I have installed the java documentation at:

file:///usr/share/doc/openjdk-6-jre/api/index.html

And loading that file up does show me all the documentation.

However, I would like to browse it directly from within eclipse and see the documentation when I hover over a class. For example, when I hover over "javax.servlet.http.HttpServletRequest", I would like to see the documentation for it. All I get is:

Note: This element has no attached source and the Javadoc could not be found in the attached Javadoc.

Can anyone help correct my dev environment?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about ubuntu