
A project folder will contain 5 other folders as shown above. These contain the following files -
- src - Your java source code is here! The example folder underneath represents your package folders.
- build - This is where class files will be stored once compiled. Again the folders underneath this will represnet packages.
- test - this will store and test code you produce (JUnit tests)
- dist - This will store the JAR file of your application.
- nbproject - any project settings and libraries which have been included.
next compile and run >>