5.3.2.4   Build a Free-Form Java Project There are also project templates available for free-form Java projects. In so-called free-form proj-ects, the NetBeans IDE uses targets in an existing Ant script to build, run, clean, test and debug your application. If the Ant script does not contain targets for some of these functions, the functions are unavailable for the project. To implement these functions, you write targets either in your Ant script or in a secondary Ant script. In general, it is better to use standard With Existing Sources project templates for import-ing projects. For Eclipse projects, it is best to use the Import Project feature,Read More →