URL87
URL87

Reputation: 11022

Add Jogl documentation to User Library

I created Jogl 1.1 user library like the follow -

enter image description here

It's work well but it hasn't documentation .

Which file should I point to its path under gluegen-rt.jar >Javadoc location and jogl.jar >Javadoc location in order to get its documentation available in eclipse ?

note that when I press Edit under JavaDoc location I get the following -

enter image description here

so I have to know what to chose in these 2 text box (Archive path and Path within archive) .

Some relative resources -

http://jogamp.org/ - jogl home page , the jars could be found under "build/Downloads" .

Downloading_and_installing_JOGL - there is "all platforms" version there .

Upvotes: 1

Views: 1648

Answers (1)

Quetzalcoatl
Quetzalcoatl

Reputation: 3067

I'm not sure which of the two jars you'll want to add this to, so try each in turn (or both), but adding this URL to where it says "Javadoc URL" in your second screenshot should do the trick:

http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/

If you have a local copy of the documentation however, use the browse button to navigate to it under "Javadoc in archive".

Upvotes: 2

Related Questions