Javadoc link not opening

Hi All,

I find that the Javadoc link from the hub( ie, the link at the top of this page ) is not opening. As I remember it hasen’t been opening since atleast 1 or two days. If I click on it a generic git hub error page “There isn’t a GitHub Pages site here” opens up.

Regards,
Bill

Hi

Yes , because server is down.

You can access to JavaDoc from SDK.
first download and install SDK from Releases · jMonkeyEngine/sdk · GitHub
then set your default browser from Tools–> Options–>General–>WebBrowser to see docs in browser. now go to:

Hi,

Thanks for the info,
Actually I wasn’t using the SDK, just using the jars in my project. But looks like I have to download the SDK and try through it.

Cheers.

Bill

https://web.archive.org/web/20151026100404/http://javadoc.jmonkeyengine.org/

Or ./gradlew mergedJavadoc

How did you get the jars without javadoc? Maven has javadoc, the zip has javadoc, the sources anyway… ?

I got the jars from the jmonkeyengine project in Github. It did come with javadoc. My mistake not finding them.

Cheers,

Billtvm