Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The tutorial assumes that you have Java JDK (version 1.5.x) and Maven already installed.

 
 

Install Netbeans

Netbeans can be downloaded from http://www.netbeans.info/downloads/download.php?type=5.0. Windows users should just click on the netbeans-5_0-windows.exe after download to install netbeans.

...

Warning
titleWarning

We use maven 1.0.2 and consequently we use mevenide 1.0, not mevenide 2.x. (You can install both mevenide 1.0 and 2.x simultaneously if you are using maven 2 for some other projects.)

 
 

To install, start NetBeans and select the Tools -> Update Center.

...

Now check whether all plugins were loaded successfully.

Go to Tools -> Options -> Advanced Options -> IDE Configuration -> System -> Modules > Module Manager -> Maven.

Maven Plugins

All the Maven plugins should have the Enabled box checked.

...