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.
我知道我可能应该使用 Eclipse,但无论如何......
通常在我参加的计算机科学竞赛中,我们会获得一些问题的样本数据集,例如“prob01.in、PizzaProblem.text 等”。我正在编写一个 NetBeans 模块来创建一个项目,然后在指定位置用输入文件的 java 文件填充项目。
所以,关于我的问题。有没有办法“控制”NetBeans,并用它来创建和打开项目和文件?
我做了一个 breif google 搜索,没有发现任何有用的东西。
谢谢,-EpicDavi
http://wiki.netbeans.org/OpenProjectsProgramaticallyInNetBeansIDE#Tutorial_.7C_Open_Projects_Programatically_in_NetBeans
此页面仅告诉您如何在 Netbeans 模块中以编程方式打开项目,但它应该让您走上正确的道路。不幸的是,我并不精通 NetBeans,因此我没有太多其他见解可以提供。