如何使用 GTGE 库? Java 2D 游戏

发布于 2024-12-06 20:55:02 字数 199 浏览 1 评论 0原文

我从官方网站下载了一个包含 jar 和“docs”文件夹的 zip,里面有一个“com”文件夹和一个“resources”文件夹。我希望能够在我的 java IDE (eclipse) 中使用这个库,但是当我输入: import com.golden.*;它不识别该命令。

如何添加这个库以便我可以在编程中实际使用它?请尽可能具体,因为我似乎天生就有不遵守指示的天赋。

I downloaded from the official site a zip containing a jar and a "docs" folder, inside there is a "com" folder and a "resources" folder. I want to be able to use this libray in my java IDE (eclipse) but when i type : import com.golden.*; it does not recognise the command.

How do I add this library so that I can actually use it with programming? Please be as specific as possible, as I seem to have a natural talent in failing to follow instructions.

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

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

发布评论

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

评论(1

灼疼热情 2024-12-13 20:55:02
  • 右键单击您的项目
  • 选择属性
  • 从左侧列表中选择 Java 构建路径
  • 单击右侧的库
  • 单击“添加外部 JARS”
  • 选择您的文件
  • Right click on your project
  • Select properties
  • Select the Java build path from the list to left side
  • Click libraries on the right side
  • Click on "Add external JARS"
  • Select your file
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文