There are various ways to run your
programme in NetBeans. The easiest way is to press F6 on your
Keyboard. You can also run programmes using the menus as the top of
NetBeans. Locate the Run menu, then select Run Main Programme:
You can also click the green arrow on the NetBeans toolbar:
Another way to run your programmes is from the Projects
window. This will ensure that the right source code is being run.
Simply right click your java source file in the projects window and
you'll see a menu appear. Select Run File.
Using one of the above methods, run your programme. You should see something happening in the Output window:
The second line in the Output window above is our code:
My First Project. You can quickly run it again by clicking the two
green arrows in the top left of the Output window.
0 comments:
Post a Comment