EpicDavi
EpicDavi

Reputation: 7482

Control NetBeans Programmatically using a NetBeans Module

I know I should probably be using Eclipse but whatever...

Usualy at computer science contests I go to, we are given some sample data sets for the problems, such as "prob01.in, PizzaProblem.text, ect.". I am writing a NetBeans Module to make a project and then fill the project with java files of the input files, in the specified location.

So, on to my question. Is there any way to "control" NetBeans, and use it to make and open projects and files?

I did a breif google search and did not find anything useful.

Thanks, -EpicDavi

Upvotes: 2

Views: 434

Answers (1)

codewario
codewario

Reputation: 21518

http://wiki.netbeans.org/OpenProjectsProgramaticallyInNetBeansIDE#Tutorial_.7C_Open_Projects_Programatically_in_NetBeans

This page only tells you how to open a project programmatically in a Netbeans module, but it should set you on the right path. Unfortunately, I'm not well versed in NetBeans so I don't have much other insight to offer.

Upvotes: 2

Related Questions