Configuring Netbeans

Importing your JHipster application in Netbeans is straightforward.

1. Open your project

  • Select File -> Open Project
  • Browse and select your project’s folder

Open

That’s All : To run your project, just do a right-click on the Application class (at the root of the package hierarchy) and select “Run File”.

Open