如何在我自己的项目中使用netbeans模块?
我完成了 netbeans 教程来创建向导对话框,以及结果向导对话框模块已经出现在我的netbeans的工具栏上,但问题是我如何在我自己的项目中使用该模块。
我创建了一个名为“testDemo”的新项目并复制了该模块的所有源代码,然后我尝试创建该向导对话框的一个实例,但因“org.openide 无法找到”而失败。
谢谢。
I hvae done a netbeans tutorial to create a wizard dialog, and the result wizard dialog module have appear on the toolbar of my netbeans, but the problem is how could I use that module in my own project.
I created a new project called 'testDemo' and copied all the source code of the module, then I tried to create a instance of that wizard dialog, but failed with 'org.openide could not found'.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

所需的 JAR 可以在 NetBeans 发行版中找到。在我的平台上,NetBeans 目录位于应用程序包本身内部:
The required JARs may be found in the NetBeans distribution. On my platform, the NetBeans directory is inside the application bundle itself: