I installed the latest version of netbeans IDE (the All bundle) from the official website of netbeans. Now when I created a project (it was a GUI based application that had a jFrame and panel, text field and a button) I didn't add functionality to the button or label just ran the project to see if the button and label are displayed properly.
On clicking Run, the console shows me that the project built successfully but doesn't give me the exact screen i.e havig a text field and a button. Neither am I able to double click the .jar file (since it doesn't exist) not through command line (because then I need .jar again).
If there's a way to resolve the issue, let me know. I'll highly appreciate it. Thanks!
