Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 706 Bytes

configuring_ide_netbeans.md

File metadata and controls

25 lines (18 loc) · 706 Bytes
layout title permalink redirect_from sitemap
default
Configuring Netbeans
/configuring-ide-netbeans/
/configuring_ide_netbeans.html
priority lastmod
0.7
2016-08-20 18:40:00 +0000

Configuring Apache 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]({{ 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)