在 Eclipse 上安装 Java3D
如果这是一个非常糟糕的问题,请提前抱歉,但我似乎找不到关于如何在 Mac OSX 10.6.6 的 Eclipse 3.6.0 上安装 Java3D 的最新教程。如果有人知道哪里有好的教程,或者您可以给我指示,请这样做。谢谢!
Sorry in advance if this is a really bad question, but I can't seem to find a recent enough tutorial on how to install Java3D on Eclipse 3.6.0 for Mac OSX 10.6.6. If anyone knows where a good tutorial is, or if you can give me instructions, please do so. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
要将 jar 添加到特定项目的类路径:
编辑:
鉴于
基本上,听起来您可能没有将 Java 3D api 添加到您的 JRE 。您在原始问题中链接到的下载包含一个名为 README-unzip.html 的帮助文件,我从中获得了以下说明:
To add the jar's to a specific project's classpath:
EDIT:
I would suggest the following, given that
Basically, it sounds like you might not have added the Java 3D api's to your JRE. The download you linked to in your original question contains a help file named README-unzip.html, which is where I obtained the following instructions from:
这些线程也可能会有所帮助:
Macos 上的 Java3d 1.5.2 http:// /forums.oracle.com/forums/thread.jspa?messageID=9254447
Java3D + 较新的 Eclipse 版本 http://forums.oracle.com/forums/thread.jspa?threadID=2133747&tstart=0
来自:八月
These threads might also be helpful:
Java3d 1.5.2 on Macos http://forums.oracle.com/forums/thread.jspa?messageID=9254447
Java3D + Newer Eclipse Version http://forums.oracle.com/forums/thread.jspa?threadID=2133747&tstart=0
From: August
前面的说明不适用于将 java3d 安装到 Eclipse 中。在同一个自述文件中,它说:NetBeans 和 Eclipse 等 IDE 的用户应查阅 IDE 的文档,了解如何将 jar 文件和本机库添加到当前项目中。
The previous instructions are NOT for installing java3d into Eclipse. In the same readme file it says: Users of IDEs such as NetBeans and Eclipse should consult the IDE's documentation to see how to add jar files and native libraries to their current project.