| Author |
NetBeans projects
|
Richard Gray
Greenhorn
Joined: Aug 08, 2008
Posts: 13
|
|
|
I am using Netbean 6.9.1 and have a workspace defined as Free Form. How do I change this project to a Java Project?
|
 |
Joachim Rohde
Ranch Hand
Joined: Nov 27, 2006
Posts: 423
|
|
Create a new "Java Project with Existing Sources".
Description from the "Java Free-Form Project"
Imports an existing Java application and its build script into an IDE project. In free-form projects, IDE commands use the Ant script that you provide to run, compile, and debug your project. Any modification of the build process must be handled directly in your Ant script. To make long-term maintenance of the project easier, consider using the Java Project with Existing Sources project template.
|
 |
 |
|
|
subject: NetBeans projects
|
|
|