You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:
have access to post topics
communicate privately with other members (PM)
not see advertisements between posts
have the possibility to earn one of our surprises if you are an active member
access many other special features that will be introduced later.
Hi, I am using Netbeans 5.5 to develop an Application, my code has been compiling well and running, for some strange reason now it compiles and runs but it does not show (display).
Has someone experienced this problem with NetBeans.
If you're a new developer I'd assume you're writing a console based application. Thus if you're using the IDE to run the program then the command prompt will pop up, run the program then close itself once finished which can happen quick enough for you not to notice it.
Just open up command prompt and run the Java app from there. Also yes, I would heartily recommend Eclipse as opposed to using NetBeans, however, NetBeans seems to be the popular choice around universities. I however, was a rebel.