I'm new. Where can I download JME API docs?

I don't really have that much internet connection so I need an offline version for it. I know I could build the docs from source but a downloadable one would be nice.

mazelle said:

I don't really have that much internet connection so I need an offline version for it. I know I could build the docs from source but a downloadable one would be nice.


http://jmonkeyengine.com/documentation/doc.tar.gz

created just for you ;)  This is an archive of the 2.0.1 javadocs, it does not cover work done since September

As far as I know, you'll need to build it from source to have the latest docs.



(Ant will build them when you build the project: use ant doc).



Also, the examples are a great source of information. Remember to keep "jme-testchooser" at hand when working with JME.