如何检查我的 java 应用程序是否安装了 Java 3D?
如何检查客户端是否安装了Java 3D?我可以用它来显示有关缺少需求的消息。提前致谢!
How can I check if Java 3D is instaled on the client? I can use that to display a message about missing requirements. Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试从 Java 3D API 加载类并将逻辑放入 catch 语句中。即
我知道,我知道,不应期待例外。
You could try loading a class from the Java 3D API and put your logic in the catch statement. ie
I know, I know, exceptions should not be expected.
我有类似的问题。就我而言,J3D jar 文件可用,但平台二进制文件不可用。
I had a similar problem. In my case the J3D jar file was available but not the platform binaries.