|
|||||||
| NetBeans Home | Resources | Tutorials | |||||||
|
|
|||||||
| Next: Running the Program | |||||||
Compiling the Source FileTo compile your source file, choose Build >: Build Main Project from the IDE's main menu. The Output window opens and displays output similar to what you see in the following figure.
If the build output concludes with the statement
If the build output concludes with the statement
When you build the project, the bytecode file
Now that you have built the project, you can run your program. |
|||||||
|