Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用以下方法将 OpenGL 插件添加到我的 IDE(netbeans) 中:
工具->插件->已下载->添加插件
但我无法将其导入我的程序;
import javax.media.opengl.GL;
我该怎么做?
编辑
当我想在页面上安装插件时:
在版本 >= 1.29.2.8.2(发布版本 1)中请求插件编辑器库,但仅找到 2.10.2.10.2(与 1 不同的发布版本)。以下插件受到影响:GLSL 编辑器
你不应该为你的项目添加一个库,就好像它是一个插件一样。
像这样添加它:
右键单击您的项目 > 属性 > 库 > 添加 JAR/文件夹
这应该够了吧。之后您可能想刷新并重建您的项目,但我认为没有必要。