Hello World Application

This simple tutorial will show you how to create a simple application using mevenide2-netbeans. After the application will be created we will run it, into the Netbeans IDE.

Prerequisite

The tutorial

  1. Select "File > New Project" menu item
  2. Choose the project

    Select "archetypes" and click "Next".

  3. Choose the archetypes

    Select "Quickstart project" and click "Next".

  4. Enter basic fields

    Enter a correct name for the project and a correct package name and click "Finish".

  5. The project archetype is builded succesfully.
  6. You can navigate to see the java source. Impressive, isn't it ?
  7. Rickt click on the project, select the "Properties" menu item, select the "Run" category and finally enter the main class name : "com.mycompany.helloworld.App"
  8. This is the result :