如何在 NetBeans 中安装 jBox2d?

发布于 2024-11-01 17:55:24 字数 85 浏览 5 评论 0原文

我想用 jBox2D 用 Ja​​va 制作游戏。不幸的是,我不知道如何安装必要的库才能使用 jBox2D。

我正在使用 NetBeans。

I would like to make the game in Java with jBox2D. Unfortunately, I do not know how to install the necessary libraries to be able to use jBox2D.

I'm using NetBeans.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

国际总奸 2024-11-08 17:55:24

您不必在 IDE 中“安装”库,而是使用 IDE 配置项目的类路径。

在“项目”选项卡中右键单击您的项目。选择“属性”。在对话框左侧的树中,输入“库”。然后单击左侧“添加 JAR/文件夹”按钮并导航到 JBox2D 的库 jar。

类路径编辑器

You don't "install" a library in an IDE, you configure the classpath for your project using your IDE.

Right click on your project in the "Projects" tab. Choose "Properties". In the tree at the left of the dialog, enter "Libraries". Then click the button at the left "Add JAR/Folder" and navigate to the library jar of JBox2D.

Classpath Editor

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文