About 318,000 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 …

  2. 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 …

  3. 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 …

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

    Mar 6, 2019 · When you've got an JDK installed, but also a JRE elsewhere, this is the way to find the JRE path it will use.

  5. 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 …

  6. Java: System cannot find the file C:\ ... java.exe - Stack Overflow

    Oct 27, 2015 · You will find java.exe,javaw.exe,javaws.exe Create shortcuts for these files and replace with the ones which are present in C:\ProgramData\Oracle\Java\javapath.

  7. batch file - Cannot find java.exe - Stack Overflow

    Jan 22, 2015 · System cannot find the file C:\ProgramData\Oracle\Java\javapath\java.exe I understand that this is probably a path variable, but I have not been able to understand how to …

  8. opening IReport getting error message - "Cannot find java exe."

    Oct 27, 2015 · This is because jdkhome is not setup yet or jdkhome cannot locate your jdk file in the system. all you have to do is: -setup jdkhome in ireport's ireport.conf file

  9. How to find the process id of a running Java process on Windows?

    Oct 23, 2012 · You can use the jps utility that is included in the JDK to find the process id of a Java process. The output will show you the name of the executable JAR file or the name of the …

  10. Error when checking Java version: could not find java.dll

    So because the value was split by space and the system tried to find java.exe at 'C:\Program Files\Java\Jdk 1.8.0_172' where it is obviously not. Solution was: Delete the space from the …