0

我尝试运行此代码 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 上工作正常。

怎么修?

谢谢。

4

1 回答 1

0

看看能不能看到gdx-bullet.dll,放到当前目录下,用这个参数-Djava.library.path="."启动jvm

于 2012-11-26T02:11:08.490 回答