NetBeans | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

NetBeans

How can I use NetBeans for Java projects I tried lots of time but it didn't work correctly please help me to make my first project and I am new here

27th Jan 2017, 3:43 AM
Rishabh Rk
Rishabh Rk - avatar
1 Answer
+ 2
1.Open Netbeans 2. File ->New File(or choose new project) 3. Select Java -> Java class 4. Click next. 5. Give Class name. 6. Click Finish This will create your default java file. You can give you commands inside the main method(or create your own). Press Shift+f11(clean and build project). Press Shift+f6(Run file) to run the java program.
27th Jan 2017, 6:31 AM
Jidesh