Setup Java & Environment Variable

  1. What is Java
  2. Top 5 reasons to start with java
  3. Installation

What is Java?

Java is a programming language and a platform. Java is a high level, robust, object-oriented and secure programming language.

Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in the year 1995. James Gosling is known as the father of Java.

Top 5 reasons to start with java:

  1. It’s the most popular programming language
  2. Java is a solid core language
  3. Java is versatile
  4. It has a large community
  5. It has a big job market

Installation:

To start writing program in java you will have to install Java Development Kit which known as JDK.

When installed successfully, then set Java Home Path.
To set java home path in windows OS:
Goto:

  1. System properties > Advanced system settings > Environment variables
  2. Click on New button
  3. Set variable name as JAVA_HOME
  4. and Variable value field of installed JDK path as
    C:\Program Files\Java\jdk1.8.0_161
  5. Click on Ok button

Now go to cmd and hit following command to check if java is installed.

> java -version

Then you can install any IDE for writing code like as Eclipse, NetBeans or IntellIJ. I will recommend you to install IntellIJ as this is used in professional sectors.

about author

admin

salmansrabon@gmail.com

If you like my post or If you have any queries, do not hesitate to leave a comment.

One Comment on "Setup Java & Environment Variable"

Leave a Reply

Your email address will not be published. Required fields are marked *