我尝试运行此代码 http://tinfig.com/git/gdx-bullet-demos/
在Windows中,它不起作用并因错误而崩溃
Caused by: java.lang.RuntimeException: Couldn't load shared library: 'gdx-bullet' for target Windows 7, 32-bit
at com.badlogic.gdx.utils.SharedLibraryLoader.load(SharedLibraryLoader.java:151)
at com.badlogic.gdx.physics.bullet.Bullet.init(Bullet.java:26)
at com.badlogic.gdx.physics.bullet.demo.screens.SimulationScreen.<clinit>(SimulationScreen.java:38)
在Android工作正常。
如何解决?
感谢。
答案 0 :(得分:0)
看看你是否可以看到gdx-bullet.dll,把它放在当前目录中,然后用这个参数启动jvm -Djava.library.path =“。”