Table of Contents

Netbeans

Download and install Netbeans

Go to Netbeans downloads and select latest version of “Netbeans with Java SE”. Once the file is downloaded, run the installation wizard.

Configure Netbeans

Start Netbeans.

Configure indentation settings

Open the Tools > Options dialog, and set the options as illustrated below for the “Editor” options:

Enable automatic tomcat deployment

Open Sigmah project in Netbeans

Since Sigmah is maven-based, Netbeans can automatically open it. Just click on “Open project” and select the directory containing the pom.xml file (this is where you made your git clone).

If you're more comfortable with your IDE, you can create the project and clone the source from it. For example, with Netbeans:

Build and Run

Congratulations! You have your Sigmah developer environment fully configured with Netbeans!

Below are just a few other Netbeans configuration improvements to make you life a little bit easier with coding Sigmah with Netbeans.