Exception: UnsatisfiedLinkError - Can't find dependent libraries

Thats what i get while running a SimpleApplication when i add native bullet jar into my eclipse classpath


Exception in thread "main" java.lang.UnsatisfiedLinkError: E:Game-Developmentworkspacejme3bulletjme.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1699)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1003)
at com.jme3.system.Natives.extractNativeLib(Natives.java:98)
at com.jme3.system.Natives.extractNativeLibs(Natives.java:181)
at com.jme3.system.JmeSystem.initialize(JmeSystem.java:364)
at com.jme3.system.JmeSystem.newContext(JmeSystem.java:282)
at com.jme3.app.Application.start(Application.java:325)
at com.jme3.app.Application.start(Application.java:307)
at com.jme3.app.SimpleApplication.start(SimpleApplication.java:129)
at jme3test.bullet.TestBrickTower.main(TestBrickTower.java:90)

What OS, computer, etc? It will only work on 32bit windows as stated in the article.

Setekh said:
Thats what i get while running a SimpleApplication when i add native bullet jar into my eclipse classpath

ohh damn it, fixed it lol dindt see the '/' there xD lame
Sorry ><, theres a typo there
Im running windows 7 x64

normen said:
What OS, computer, etc? It will only work on 32bit windows as stated in the article.

aww missed that part, thanks normen