layout | title | permalink | redirect_from | sitemap | |||||
---|---|---|---|---|---|---|---|---|---|
default |
Configuring Netbeans |
/configuring-ide-netbeans/ |
|
|
Importing your JHipster application in NetBeans is straightforward.
- Select File -> Open Project
- Browse and select your project's folder
![Open]({{ site.url }}/images/configuring_ide_netbeans_1.png)
That's All : To run your project, do a right-click on the Application class (at the root of the package hierarchy) and select "Run File".
![Open]({{ site.url }}/images/configuring_ide_netbeans_2.png)