Getting help within Eclipse

Hi,

I have been using JOGL 1.1.0 successfully in Eclipse (Europa) on OS X but at the moment, I am browsing the JOGL document externally via the HTML documentation.

Is there a Javadoc equivalent? What is the way to integrate the Javadoc for JOGL so that the help content shows up like normal Java language help.

Regards

I think this is more a general question about how eclipse finds the javadoc sources. I think in the project path you can set the source path to a jar library, I don’t know if it works for a directory. Look on eclipse’s website or help section to find out more.

download the JOGL source, then point eclipse to them (right click on the jars -> attach source, or something)