本机库的 LWJGL 错误
LWJGL Error with Native Libraries
我正在尝试 运行 来自 Phys2D but when I build it and run it with the path to the LWJGL natives (which I had to download), I get an UnsatisfiedLinkError
with the description Can't load AMD 64-bit .dll on a IA 32-bit platform
I'm running windows Vista 32-bit and I've tried googling this problem finding only this 结果的 physiball 项目,这是一个使用 64 位操作系统的人。我正在 运行 安装 32 位操作系统,但它似乎正在尝试使用 64 位本机。我该如何解决这个问题?
编辑:我的处理器是 64 位的,但我运行正在使用 32 位操作系统。
下载this,都是原生的,你需要在eclipse中link他们...这方面有很多教程,也许youtube可以帮助你 "installing lwjgl"
natives 默认目录将在 .jar 文件的根目录中
我希望能帮助您修复 link错误
问题是这个项目真的很旧,所以它使用了一个非常旧的 LWJGL 版本,而 LWJGL 3 中的版本无法正常工作。使用 LWJGL 1.1.4 中的 natives 解决了这个问题。
我正在尝试 运行 来自 Phys2D but when I build it and run it with the path to the LWJGL natives (which I had to download), I get an UnsatisfiedLinkError
with the description Can't load AMD 64-bit .dll on a IA 32-bit platform
I'm running windows Vista 32-bit and I've tried googling this problem finding only this 结果的 physiball 项目,这是一个使用 64 位操作系统的人。我正在 运行 安装 32 位操作系统,但它似乎正在尝试使用 64 位本机。我该如何解决这个问题?
编辑:我的处理器是 64 位的,但我运行正在使用 32 位操作系统。
下载this,都是原生的,你需要在eclipse中link他们...这方面有很多教程,也许youtube可以帮助你 "installing lwjgl"
natives 默认目录将在 .jar 文件的根目录中
我希望能帮助您修复 link错误
问题是这个项目真的很旧,所以它使用了一个非常旧的 LWJGL 版本,而 LWJGL 3 中的版本无法正常工作。使用 LWJGL 1.1.4 中的 natives 解决了这个问题。