[SOLVED] Crashes when running swing besides JME3

okay found it , i will try it later hopefully it would work

I think you may be confused. There is no “jme3-bulllet.jar” (3 Ls).

Note the distinction between “jme3-bullet.jar” (one J, which is affected by issue 1351) and “jme3-jbullet.jar” (2 Js, which is not affected by the issue).

As for obtaining “jme3-jbullet.jar”, it’s part of JMonkeyEngine. If using Gradle, you can get it from JCenter:

   implementation 'org.jmonkeyengine:jme3-jbullet:3.3.2-stable'
1 Like

I donot use Gradle right now , but I will use it later on , okay I got the idea & the difference between those 2 versions

1 Like