
Use Window / Debugger Window to seleect the Watch window.Which will continue running the program with your source code. Note: if you receive an error that source code is missing when stepping through with F7 or F8, you may select "Input Sentence Window", JOptionPane.QUESTION_MESSAGE) */ * String sentence=JOptionPane.showInputDialog(null, "Type in a sentence", Note: It is cumbersome to try to debug through a JOptionPane statement it is easier to comment out the JOptionPane statement and follow it with an initialization, such as: To step through additional methods, use F7. use F7to start to Step through the program once you are in the method main, use F8 to continue, line by line within main.Set "Line Numbers" on and any other features you need 3.6)Īdding line numbers to your screen: ( v.3.6) Getting Started: writing and running programs (v. dmg some students have downloaded the file and found it with a suffix of only ".d" once the file was renamed with a suffix of ".dmg", it installed successfully. Note that your download file must have a suffix of.
#NETBEANS DOWNLOAD MAC FOR MAC OS X#
Note for Mac OS X Users: You do not need to install JDK as it is included already in OS X you only need NetBeans! Go to directly to the NetBeans download page and select OS X. If you prefer to install JDK and NetBeans separately, first install JDK from and then install Net Beans from JDK 5.1 Update 1 with NetBeans 4.0 Bundle, which downloads them together. Note for PC Users: If you prefer to download both JDK and NetBeans together, the link is at the option under the highlighted blue box, where you see Download When you select your download from the list under "English installers", be sure to select the version for your particular operating system ( Mac OS X, Windows, etc ) NetBeans is available for both Windows and Mac we are using NetBeans IDE Release 3.6 / 4.0.

The download page for the IDE is located at: NetBeans is available at the following URL:


Installation || Version 3.6 || Version 4.0 || Troubleshooting
