java install location windows 11 - Search
About 5,130,000 results
Open links in new tab
    Kizdar net | Kizdar net | Кыздар Нет
    Upvotes460Top Answeranswered Jan 13, 2011 at 14:28

    If you are using Linux/Unix/Mac OS X:

    Try this:

    $ which java

    Should output the exact location.

    After that, you can set JAVA_HOME environment variable yourself.

    In my computer (Mac OS X - Snow Leopard):

    $ which java
    /usr/bin/java
    $ ls -l /usr/bin/java
    lrwxr-xr-x 1 root wheel 74 Nov 7 07:59 /usr/bin/java -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java

    If you are using Windows:

    c:\> for %i in (java.exe) do @echo. %~$PATH:i
    Content Under CC-BY-SA license
    Was this helpful?
     
  1. java - How do I find where JDK is installed on my …

    Jan 13, 2011 · You can lookup all versions of Java installed in registry. Take a look at HKLM\SOFTWARE\JavaSoft\Java Runtime Environment and HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment for …

     
  2. Setting the Java Path on Windows 11: A Step-by-Step Guide

  3. How do I find where JDK is installed on my windows machine?

  4. How to Find Java Location in Windows - Delft Stack

    Feb 2, 2024 · In Windows, the path of Java or JDK is stored in the environment variables. The location is stored in the variable named PATH, a list of directories that can be used to access certain programs like Java directly without writing …

  5. How to set the Java path in Windows 11 - XDA …

    Nov 29, 2023 · If you have a brand new PC or laptop running Windows 11 and want to install Java on it, a key step in this process is to set the Java path. Otherwise, you’ll keep seeing a "command not...

  6. How to Set Java Path in Windows 11: A Step-by-Step Guide

  7. People also ask
  8. How to Install JDK on Windows 11: A Step-by-Step Guide

  9. How to Set Java Path in Windows 11: A Step-by-Step …

    Jun 3, 2024 · Learn how to set the Java Path on Windows 11 with this step-by-step guide. Ensure your Java environment is correctly configured for optimal performance.

  10. How to Set Java Path in Windows 11: A Step-by-Step Guide

  11. How to Set JAVA_HOME in Windows 11: A Step-by-Step Guide

  12. How to Set Java Path in Windows 11: A Step-by-Step Guide

  13. Install Java and Set the PATH on Windows 11 Efficient Steps

  14. Where is Java Installed on Windows? A Complete Guide

  15. How do I find where JDK is installed on my windows machine?

  16. How to Set Java Path in Windows 11 - UMA Technology

  17. How to Install JDK in Windows 11: A Step-by-Step Guide

  18. How to Locate the JDK Installation Directory on a Windows Machine

  19. Install Oracle Java JDK on Windows 11 - Geek Rewind

  20. Where is Java installed? - Mad Penguin

  21. Install Java on Windows 11 - TestingDocs.com

  22. Quick Tutorial: Installing Java and Configuring PATH on Windows 11

  23. Some results have been removed