About 496,000 results
Open links in new tab
  1. java - How do I find where JDK is installed on my windows …

    Jan 13, 2011 · I need to know where JDK is located on my machine. On running Java -version in cmd, it shows the version as '1.6.xx'. To find the location of this SDK on my machine I tried …

  2. How do I find where Java is installed on Windows 10?

    Nov 16, 2021 · 6 I recently installed Java (Java Runtime 1.8.121) to my machine. I need to set up JAVA_HOME and set the variable from the Java folder where it installed. Everywhere I have …

  3. finding location java_home in Windows 10 - Super User

    Nov 23, 2016 · Ensure that the Java Runtime Environment (JRE) is installed on the computer and that the java_home/bin directory is defined in the system path. I can't even find the path of …

  4. How to find the JRE path on Windows using command line

    Jun 12, 2019 · JAVA_HOME is not set by default in Windows Java. Instead, it lists itself in the registry. The value CurrentVersion in HKLM\SOFTWARE\JavaSoft\Java Runtime Environment …

  5. how to find the exact location where java is installed in unix

    Oct 25, 2016 · which java Note that, this might not give you the exact location if command is a symlink. If that is the case, you must resolve the symlink through other methods. say readlink …

  6. openjdk - How to find path to java? - Ask Ubuntu

    May 14, 2016 · PPAs such as 'ppa:webupd8team/java' used in many Java installation tutorials now become unavailable. Here I would like to share how I installed Java 8 on Ubuntu 16.04, …

  7. Where can I find the Java SDK in Linux after installing it?

    Mar 9, 2011 · update-java-alternatives -l will tell you which java implementation is the default for your system and where in the filesystem it is installed. Check the manual for more options.

  8. Setting JAVA_HOME environment variable in MS Windows

    JAVA_HOME and PATH are different, I didn't say point JAVA_HOME to the jre/bin directory. Try making sure that the PATH environment variable includes the jre/bin directory.

  9. JAVA_HOME directory in Linux - Stack Overflow

    Jul 13, 2009 · Is there any linux command I could use to find out JAVA_HOME directory? I've tried print out the environment variables ("env") but I can't find the directory.

  10. Find JAVA_HOME and set it on RHEL - Stack Overflow

    Jun 2, 2017 · You can also locate the java binary by running readlink -f $(which java)). This works great for creating the JAVA_HOME environment variable based on java (in path): export …