Java Installation on Windows System

Java is a very simple programing language. Just you need to understand the real world you can understand Java.
To learn Java Technology you don’t need any other programming language to learn first.
Best feature of Java Technology
  1. Simple
  2. Pure Object Oriented
  3. Platform Independent
  4. Portable
  5. Dynamic
  6. Secure
  7. Distributed and High Performance

Ready your system for Java
  1. Download latest JDK. Click here to download
  2. Install JDK.
  3. Set Path : go to bin folder of installed java directory, copy the path and add into your system’s environments variable.
Example : suppose bin path is C:\Program Files\Java\jdk1.7.0_15\bin then copy this path and add  in environment variable->path.
Note : if semicolon is not added at last then first add semicolon then path. Do not remove system’s path, just add in the last.



4.  Now you can test that jdk is installed in you system or not. Open command prompt  Type javac command and press enter. If java description is showing means YOU ARE DONE.

Comments

Popular posts from this blog

Comparator - Java 8

How to pass key-value parameter on command line - JAVA