Tuesday, 10 March 2015

Java Path setting and Installing NetBeans IDE

Working with NetBeans IDE

Step 1: Download Java latest version 64-bit from Oracle website.
Step 2: Install Java in selected directory
Step 3: Open the installed directory for example    D:\Java\jdk1.7.0_67\bin( here i selected D-Drive     for installing java
Step 4: Now path setting here Right click on My Computer and select properties

 Step 5: Now select Advanced System Settings and in the window select the Environment Variable
 Step 6: Under User Variable click the New button and type PATH in variable text field and paste the               JDK in that bin directory path  in the variable value text field  and click ok ..ok ...ok

Step 7: Download the Latest NetBeans IDE from the website 


Step 8: Install the NetBeans IDE

 Step 9: Click next in the NetBeans IDE window
 Step 10: Accept the licence in the NetBeans IDE window and click next
 Step 11: Select Do not install JUnit ( we already installed java in our system) and click next in                           NetBeans IDE window
 Step 12: Here its automatically provides the path and pick the java automatically. If you want to                        change u can change the first text field but not second one and click next
 Step 13: Click next if u want u can the directory (Here i am using D-Drive in all the cases)
 Step 14: Click install in the NetBeans IDE
 Step 15: Here NetBeans IDE window installation takes few minutes
 Step 16: Finally Click Finish
 Step 17: Open NetBeans IDE now (Icon will be on the desktop)
 Finally its done. Now you can work with simple program on the NetBeans IDE. Here you can watch  video how to execute the program. 

=====> click here

No comments:

Post a Comment