How to add Minie to an existing project

Exception in thread "main" java.lang.UnsatisfiedLinkError: 'int com.jme3.bullet.util.NativeLibrary.countThreads()'
	at com.jme3.bullet.util.NativeLibrary.countThreads(Native Method)
	at com.jme3.bullet.BulletAppState.<init>(BulletAppState.java:141)
	at mygame.Main.<init>(Main.java:40)
	at mygame.Main.main(Main.java:51)
C:\Users\Administrator\AppData\Local\jmonkeyplatform\Cache\dev\executor-snippets\run.xml:111: The following error occurred while executing this line:
C:\Users\Administrator\AppData\Local\jmonkeyplatform\Cache\dev\executor-snippets\run.xml:94: Java returned: 1
BUILD FAILED (total time: 0 seconds)

Error adding Minie to project

What did I miss?? :pensive:

1 Like

forum search did not turn up this post but I did use the magic of Google

Remove the BulletAppState from main and the program is running

1 Like

I’ll clarify the documentation.

1 Like