About 50 results
Open links in new tab
  1. How do I find where Java is installed on Windows 10?

    Nov 16, 2021 · 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 looked …

  2. windows - Where is Java hiding on my PC? - Super User

    2 If you're under Windows, launch Java, go into Task Manager, right click on the java.exe process, " Open File Location ". This should locate it.

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

    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 using echo …

  4. java - How to find where javaw.exe is installed? - Stack Overflow

    Jul 12, 2013 · So, for a project I am working on, I need to find out where a javaw.exe is located on a user's machine. How do I do that? Assuming that user is on Windows machine The method that I …

  5. jvm - Find the java.exe location from java - Stack Overflow

    I am wondering if there is a way, from java, to find the location of the java.exe running the program? My use case is that I am trying to have Java execute a batch script that needs JAVA_HOME to be set in …

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

    Mar 6, 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 indicates the …

  7. finding location java_home in Windows 10 - Super User

    Nov 23, 2016 · 7 I need help finding the location of my java_home/bin, or if it even exists. If it doesn't, what more do I need to install? I am following some installation directions, and one of the steps says: …

  8. Where is java jre path specified in Windows 7? - Super User

    Curious how java.exe ended up there. Update This oracle article, Deploying the JRE on Windows, states that the Java installer will copy java.exe into the system directory: By default, the installer places a …

  9. Why does gradlew.bat not find the java excutable?

    Oct 29, 2021 · Your JAVA_HOME path should therefore read as C:\Program Files\Java\jdk-17.0.1 not C:\Program Files\Java\jdk-16.0.2\bin\java.exe. I would advise that you open your Environment …

  10. java - JRE installation directory in Windows - Stack Overflow

    Mar 11, 2014 · Is there any command to check the active (since the machine can have more than 1 JRE installed) JRE installation directory under Windows. For linux, the corresponding command is which …