An Example in Netbeans 8.0.2.
-
In Netbeans select New Project... in the File menu and
then in the new window select a Java Application project and press the Next button..
Java01
..\java
..\java\Java01
app.MainFile
-
Select the Project Name to be the name Java01
-
Use the Browse... button to find your tutorial directory.
-
Mark the Create Main Class option and let the class name be app.MainFile.
-
Press the Finish button.
W3Processing.com