I have written a Java application which generates simple java source files.
Now I want to add a functionality to save those files as a Netbeans 7 project.
I have seen in Netbeans projects, there are some Netbeans related files in a folder called nbproject.
So what are those compulsory files, which should be in a Netbeans project?
Is there any Netbeans library, which we too can use to generate those files?
Simply I want to do this:
- I have some java source files.
- I want to add Netbeans related file(s)
- So now this should be a Netbeans project