Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Windows Tutorials»How to Set JAVA_HOME on Windows 7/8/10

    How to Set JAVA_HOME on Windows 7/8/10

    By RahulSeptember 8, 20222 Mins Read

    If you have already installed Java on Windows systems. Then you need to set the JAVA_HOME environment variable to make it work properly. Additionally, you also need to add java bin folder location in PATH environment variable. This tutorial will help you to set JAVA_HOME on Windows 7/8/10 operating systems.

    Advertisement

    Step 1 – Edit Environment Variables

    You can set the environment variables by opening the system properties:

    • Type sysdm.cpl on run window or Right-click on My Computer and select Properties.

    • Go to Advanced tab.
    • Click Environment Variables… button.

    Step 2 – Set JAVA_HOME on Windows

    Now click on the New button under system variables. An input dialog will open. Enter the following details. The variable value may differ as per the installed Java version.

      Variable name:    JAVA_HOME
      Variable value:   C:\Program Files\Java\jdk1.8.0_121
    

    Step 3 – Set Path Variable on Windows

    Additionally, You will also be required to add the bin location of your java binaries to the systems Path variable. Edit PATH variable under system variables and append string ;%JAVA_HOME%\bin in variable value and save it.

    Step 4 – Verify Settings

    Finally, you may need to verify all the settings. To verify, open the command prompt and type the below commands to check JAVA_HOME and Path environment variables values.

    C:\Users\Rahul> echo %JAVA_HOME%
    C:\Users\Rahul> path
    

    The result will be something like the one below.

    • How to Install Apache Maven on Windows

    Java Java_home jdk jre
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    Mastering Environment Variables in Java: A Comprehensive Guide

    Encapsulation in JAVA (With Example)

    A Step-by-Step Guide to Installing Nginx on Windows

    View 4 Comments

    4 Comments

    1. Shreshthhvardhan Godaria on March 18, 2022 5:24 pm

      Thanks Bhai.

      Reply
    2. MICHAEL MONT-ETON on September 6, 2020 2:12 pm

      Thanks Rahul.

      Reply
    3. Sinue on June 18, 2019 3:39 pm

      Thanks man!

      Reply
    4. NEEHARIKA on June 3, 2019 8:34 am

      AWESOME THANKS

      Reply

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • Setting and Getting the Default Timezone in Python
    • What is Media Access Control (MAC) Address?
    • What is Cross-Site Scripting (XSS)?
    • What is Content Security Policy (CSP)?
    • A User’s Guide to Understanding Redirection Operators in Bash
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.