Install Java Windows

Share

Install Java Windows

  1. Download the Java Development Kit (JDK) installer: Go to the official Oracle website or the AdoptOpenJDK website to download the JDK installer. As of my last update in September 2021, I recommend using AdoptOpenJDK as it provides open-source JDK distributions.

Here’s the link to AdoptOpenJDK: https://adoptopenjdk.net/

  1. Choose the appropriate JDK version: Depending on your requirements, choose either the latest stable version or a specific version of the JDK.
  2. Run the installer: Locate the downloaded JDK installer executable (.exe) file and double-click on it to run the installation wizard.
  3. Follow the installation wizard: The installation wizard will guide you through the installation process. You may be asked to accept the license agreement, choose the installation directory, and configure additional options.
  4. Set environment variables (optional): In some cases, the installer will set the necessary environment variables for you. However, if they are not set automatically, you might need to do it manually. These variables include:
    • JAVA_HOME: Points to the JDK installation directory.
    • PATH: Includes the JDK bin directory in its value.
  5. Verify the installation: After the installation is complete, open a Command Prompt or PowerShell window and type the following command to verify that Java is installed correctly:

Copy code

java -version

If Java is installed correctly, you will see the installed version and other relevant information.

That’s it! Java should now be installed on your Windows system, and you can start developing and running Java applications.

Demo Day 1 Video:

 
You can find more information about Java in this Java Docs Link

 

Conclusion:

Unogeeks is the No.1 Training Institute for Java Training. Anyone Disagree? Please drop in a comment

You can check out our other latest blogs on Java Training here – Java Blogs

You can check out our Best in Class Java Training details here – Java Training

💬 Follow & Connect with us:

———————————-

For Training inquiries:

Call/Whatsapp: +91 73960 33555

Mail us at: info@unogeeks.com

Our Website ➜ https://unogeeks.com

Follow us:

Instagram: https://www.instagram.com/unogeeks

Facebook: https://www.facebook.com/UnogeeksSoftwareTrainingInstitute

Twitter: https://twitter.com/unogeeks


Share

Leave a Reply

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