Thursday, August 23, 2018

How to install Java or JDK

Check your windows is 64bit or 32 bit?









Download .exe from below link based on your operating system is 32bit or 64 bit?


https://www.oracle.com/technetwork/java/javase/downloads/index.html
https://www.oracle.com/technetwork/java/javase/downloads/jdk10-downloads-4416644.html






Run Exe and follow steps


Once its installed you can run below command on command prompt and check whether its installed or not?




java -version
C:\Users\admin>java -version
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)

C:\Users\admin>


  This means your java is installed successfully

No comments:

Post a Comment

How to check whether operating system is 64 bit or 32bit?

What is 32 and 64 bit operating system? The terms 32-bit and 64-bit refer to the way a computer's processor that is CPU, handles info...