Friday, 8 March 2013

FIRST JAVA PROGRAM - HELLO WORLD!



In order to write your first Java Program, you require : 1. JDK installed on your computer.     You can install it from here :      http://www.oracle.com/technetwork/java/javase/downloads/index.html 2. Setting of environmental variable path. 3. A simple text editor. First Java Program - Hello World! The code looks like…
Read more

Wednesday, 6 March 2013

SETTING OF ENVIRONMENTAL VARIABLE PATH FOR JAVA



HOW TO SET THE ENVIRONMENTAL VARIABLE PATH FOR JAVA. In Windows inorder to set Step 1 : Right Click on  "My Computer"  and click on properties . Step 2 : Click on Advanced tab Step 3: Click on Environment Variables Step 4: Now copy the path of your jdk/bin from the program files which…
Read more