Discussion:
warnings, Netbeans not running program
andrey
2014-10-13 16:12:01 UTC
Permalink
I just downloaded netbeans and am having a problem with executing the code, this is what happens:




Attachments:
Loading Image...
Loading Image...
Simon Roberts
2014-10-14 00:27:15 UTC
Permalink
Looks like the attachments didn't make it...
Post by andrey
I just downloaded netbeans and am having a problem with executing the
http://forums.netbeans.org//files/screen_shot_2014_10_13_at_81009_pm_139.png
http://forums.netbeans.org//files/screen_shot_2014_10_13_at_81009_pm_186.png
--
Simon Roberts
Certified Professional Photographer
http://dancingcloudphotography.com
(303) 249 3613
Vitaliy
2014-10-14 05:29:34 UTC
Permalink
There are many projects in your projects window. What project do you want to run and how do you do it. Your active project is "test". If you press run button, "test" project will be run. If you want to run project "test3" you must set this project as active or run from context menu (right mouse click on project).
ebaumann
2014-10-16 19:17:30 UTC
Permalink
As far as I know, PrintStream#print() does not flush automatically. Either try println() instead of print() or call flush() after print() or add "\n" to the print() call.
Loading...