How to install Java { jdk1.8 } in windows 10How to install Java { jdk1.8 } in windows 10How to install Java { jdk1.8 } in windows 10How to install Java { jdk1.8 } in windows 10
  • Products
    • IT Services
  • Pricing
    • Checkout
  • Blog
    • Kotlin
    • Android
    • Windows
    • Java
  • Contact Us
    • About Us
    • Careers
    • Reviews
  • Privacy Policy
    • Refund and Cancellation Policy
    • Terms of Service
    • Policy for Gsbiz Invoice
  • Stackoverflow
  • Github
  • Facebook
  • Twitter
  • Instagram
✕

How to install Java { jdk1.8 } in windows 10

  • Home
  • GALLEONSOFT TUTORIAL
  • Java
  • How to install Java { jdk1.8 } in windows 10
install Matlab R2013a
How to install Matlab R2013a
January 15, 2016
how to password protect a folder in windows 10
how to password protect a folder in windows 10 without software
July 12, 2016
Published by Jigar Patel at March 1, 2016
Categories
  • Java
  • Windows
Tags
  • Install
  • Java
  • JDK 1.8
How to install Java 10 in windows

install Java in windows

How to install Java SE 8 in windows.

In this post how to download java 8 offline and install in windows all step by step help with the picture. Read more about how to install Java8 in windows. How to install java in windows 10

What are JDK and JRE?

→  The JDK means Java Development Kit and JRE means Java Runtime. The Java Runtime is needed for running Java programs. Java Development Kit, which includes JRE plus the development tools (such as compiler and debugger), is the need for writing as well as running Java programs.

 

What is JDK history?

→ The JDK versions are:-

►JDK Alpha and Beta: Sun announced JAVA on September 23, 1995.

►JDK 1.0: Originally called Oak named after the oak tree outside James Gosling’s office. Released January 23, 1996.

►JDK 1.1: Introduced AWT event model, inner class, JavaBean, JDBC, and RMI. Released February 19, 1997.

►JDK 1.2:  Included JFC (Java Foundation Classes – Swing, Accessibility API, Java 2D, Pluggable Look and Feel and Drag and Drop). Introduced Collection Framework and JIT compiler. Released December 8, 1998.

►JDK 1.3:  Introduced Hotspot JVM. Released May 8, 2000.

►JDK 1.4:  Introduced assert, non-blocking IO, logging API, image IO, Java web start, regular expression support. Released February 6, 2002.

►JDK 1.5:  Officially called 5.0 instead of 1.5. Introduced generics, autoboxing/unboxing, annotation, enum, var args, for-each loop, static import. Released September 30, 2004.

►JDK 1.6: Renamed J2SE to Java SE (Java Standard Edition). Released December 11, 2006.

►JDK 1.7: First version of Oracle purchased Sun (called Oracle JDK). Released  July 28, 2011.

►JDK 1.8: Included support for Lambda expressions, default methods, and JavaScript runtime. Released March 18, 2014.

 

Step 1:-

→   Go to Java SE ( JDK 1.8 ) download site – www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

→  Check “Accept License Agreement”.

→  You can check your Windows OS is 32-bit or 64-bit via “Control Panel” ⇒ System ⇒ “System Type”. Then Choose your operating platform, e.g., “Windows x64 for 64-bit Windows OS” or “Windows x32 for 32-bit Windows OS”.

 

Step 2:-  

→  Install JDK. open the downloaded JDK setup files. See a first window of the screenshots. Click Next>

install-java-in-windows

install-java-in-windows

 

→ Java Se development kit 8 update setup windows. you can modify install to the path but this step is optional. My recommended is default path C:\program files\java\jdk……    It’s a setup automatically so just click Next>

install-java-in-windows

install-java-in-windows

 

→ Installing screen.  wait 2-5 minutes…

install-java-in-windows

install-java-in-windows

 

→ The Java Runtime ( JRE ) is needed for running Java programs. it compulsory install in windows. if you see this windows then Just click Next>

install-java-in-windows

install-java-in-windows

 

→ Wait. . .   Installing JRE.

install-java-in-windows

install-java-in-windows

 

→ It’s all done here. The installation complete now.  click the Close button.

install-java-in-windows

install-java-in-windows

 

→ The JDK installation successful.

 

Step 3:-     

→  The right click on This PC  or  My Computer and select the properties.  or Another method use shortcut ( ⊞ Win + E ) to open the explorer select computer tab> system properties.

→ Then select left side find the Advanced system settings and click now. and you see the pop-up windows title of the system properties. Go the Advanced tab find in a bottom of the window and select the Environment variables. 

→ Click New.  the user variable for UserName in the first row. and add this values like ↓

Variable name: JAVA_HOME

Variable value :     C:\Program Files\Java\jdk1.8.0_60\bin

[Developer note: if you are an android developer or android studio have used on your windows computer. then please set variable value: C:\Program Files\Java\jdk1.8.0_60  remove \bin because it not working on android studio IDE.]

And click Ok.

→  Windows OS searches the current directory and the directories listed in the PATH environment variable for executable programs.  JDK’s programs such as Java compiler “javac.exe” and Java runtime “java.exe” reside in directory “<JAVA_HOME>\bin” where <JAVA_HOME> denotes the JDK installed directory ( C:\Program Files\Java\jdk1.8.0_60\ ).

→  I have shared an environment variables screenshot see and Setup the user variable.

install-java-in-windows

install-java-in-windows

 

→  Now click Ok > Apply > Ok and close all the window.

Step 4:- 

→ Verify the installation of JDK.  Launch a CMD command (Click ⊞ Win + R button ⇒ run… ⇒ enter “cmd” OR from “Start” button ⇒ All Programs ⇒ Accessories ⇒ Command Prompt)

→ Enter the command java – version and press enter.

See the message like this

java version “1.8.0_60”
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b23, mixed mode)

It means java JDK install and complete setup in  Windows XP/Vista/7/8/10.

♥  Thanks for visit & reading the how to install java in windows 10 post.  Please Share how to install java in windows and visit again…

Share
12
Jigar Patel
Jigar Patel
Hello, I am Jigar Patel. Now I am starting android Kotlin tutorial example for developers. So ready to share my wonderful knowledge.

Related posts

Google reCAPTCHA safetynet

Google-reCAPTCHA-safetynet android kotlin

May 28, 2018

Android example for integrating captcha in android example


Read more
install-matlab-r2018a

install-matlab-r2018a

April 30, 2018

How to install Matlab R2018a


Read more
How to install Java 10 in windows

install Java in windows

April 24, 2018

How to install Java 10 ( jdk 10 ) in windows


Read more
install Visual Studio 2015 FREE

install Visual Studio 2015 FREE

July 12, 2017

How to install Visual Studio 2015 FREE in windows


Read more
how to install windows 10 from dvd

how to install windows 10 from dvd

March 15, 2017

how to restore windows 10 from recovery drive


Read more

10 Comments

  1. Kotlin essay says:
    April 11, 2018 at 10:41 PM

    Thanks help to install java

    Nicely.

    Reply
  2. Warrenhes says:
    May 17, 2018 at 12:23 AM

    Thank you for sharing install java tuts. Good java tutorial is really help for me.

    Reply
  3. Dave King says:
    May 19, 2018 at 6:52 AM

    Hi, My name is Dave and I was just looking at your website galleonsoft.com and I really liked your website.

    Reply
  4. Pratik says:
    May 25, 2018 at 5:24 PM

    Can you share java 10 install tutorial?

    Reply
  5. Chantelle says:
    June 24, 2018 at 4:57 PM

    I’m impressed, Your idea is outstanding; the problem is an element that insufficient persons are speaking intelligently about.

    Reply
  6. Mei Oliver says:
    June 27, 2018 at 5:44 AM

    WHAT TAKES MOST ACHIEVES IN HERE.

    Reply
  7. Leia Stack says:
    July 13, 2018 at 12:14 AM

    NEW! Java Software You can use the Software to build your own Profiteering App.

    Reply
  8. Harleydus says:
    August 11, 2018 at 6:17 AM

    I just installed java on my laptop. Thanks…

    Reply
  9. Chet Juicy says:
    August 22, 2018 at 4:29 PM

    Hello. I see that you update for how to install java in windows 10. I know that writing very well. I unable to use Java compiler in a command line.

    Reply
  10. Marion Snoozy says:
    October 10, 2018 at 11:18 PM

    outstanding experience.

    Reply

Leave a Reply Cancel reply

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

✕

Recent Posts

  • Kotlin JSON Parser Example for Android
  • Android example for integrating captcha in android example
  • Kotlin tutorial for integrating Google’s reCAPTCHA on Android
  • Get Started Developing for Kotlin Android Tutorial 2019 with Android Studio
  • How to install Matlab R2018a
  • How to install Java 10 ( jdk 10 ) in windows

Categories

  • Android
  • Java
  • Kotlin
  • Windows

Subscribe Now

You can join our SLACK Channel
https://join.slack.com/t/galleonsoft/

 

© 2025 Galleonsoft. All Rights Reserved. Made by Galleonsoft.