|
Subject:
|
Importing Src Code into Netbeans 6
|
|
Posted By:
|
ecarballo
|
Post Date:
|
4/22/2008 3:37:05 PM
|
Is there a pre-established procedure for importing the source code into Netbeans 6?
|
|
Reply By:
|
ecarballo
|
Reply Date:
|
4/23/2008 11:05:25 PM
|
To answer my own question: use Netbeans plugin here: http://mevenide.codehaus.org/m2-site/index.html. Then just open the project in netbeans. Plugin lets you run maven from within Netbeans.
Another option is to build/run from within your IDE without resorting to maven. Also better to type in the code yourself anyways to make the ideas stick better in your brain.
|