Can't Navigate the JME Source Code

All the method bodies just say “Compiled Code”. I’ve downloaded the Source Code zip file sdk-3.3.0-stable-sdk1.zip. I’ve specified this zip file after clicking “Attach Sources”. But after, it still says "no sources are attacked to the class jar file. Any suggestions appreciated :slight_smile:

I don’t use the SDK, so this is just a guess, but does the SDK sources zip include the engine sources? Or do you need to pull them in separately?

It is a bug in the SDK. Javadoc and Sources seem missing for the sdk's libraries · Issue #283 · jMonkeyEngine/sdk · GitHub.

But if you are using Gradle instead of Ant then you just right click the dependencies and hit Download sources.

1 Like

Thank you :slight_smile:

1 Like

Yeah sorry for that one.
In theory you can probably use the engine sources zip from github, with some luck that works.
The zip you downloaded is essentially the platform-independent version of the SDK (comes without a JDK and blender)

1 Like