About 9,190,000 results
Open links in new tab
  1. Setting JAVA_HOME environment variable in MS Windows

    JAVA_HOME if you installed the JDK (Java Development Kit) or JRE_HOME if you installed the JRE (Java Runtime Environment). In the Variable Value field, enter your JDK or JRE installation path . …

  2. How to set the environment variables for Java in Windows

    Step 5: Enter the Variable name as JAVA_HOME and the value to your jdk bin path ie c:\Programfiles\Java\jdk-1.6\bin and NOTE Make sure u start with .; in the Value so that it doesn't …

  3. How to set java_home on Windows 7? - Stack Overflow

    Apr 12, 2010 · I went to the Environment Variables in 'System' in the control panel and made two new variables, one for user variables and one for system variables. Both were named JAVA_HOME and …

  4. Setting JAVA_HOME in Windows? - Stack Overflow

    Aug 12, 2014 · Where should JAVA_HOME be pointing to - JDK or JRE? I have seen that in few websites. It is set to JRE and in others it is to JDK. And is it dependant on Java version in any way?

  5. Making sure JAVA_HOME is correctly set - Stack Overflow

    Jul 7, 2012 · JAVA_HOME isn't set by default on OSX. You can resolve this by opening terminal and executing the following:

  6. java - echo %JAVA_HOME% returns %JAVA_HOME% - Stack Overflow

    Jul 9, 2018 · When I do echo %JAVA_HOME% it returns %JAVA_HOME% on windows 10 what did I do wrong?

  7. java - what is the reason for the existence of the JAVA_HOME ...

    Feb 24, 2011 · Many java based application requires to set JAVA_HOME env variable. What's the purpose of this variable?

  8. Gradle uses old JAVA_HOME value after JDK upgrade

    Nov 3, 2024 · problem occur after added SH1 signingReport. I was update jdk-17 to jdk 21 but flutter doctor -v still shows old jdk. try many ways but unable to figure exact solution. i already reinstall …

  9. Setting JAVA_HOME for intelliJ? - Stack Overflow

    In IntelliJ you can specify which SDK to use at project level. go to "File" --> "Project Structure" --> SDKs (list on the left) and you can add/remove paths to different SDKs Other solution: If you use Windows …

  10. Java_Home configuration - Stack Overflow

    Oct 13, 2023 · It seems like the JAVA_HOME environment variable is pointing to an older version of Java (jdk1.8.0_65) instead of the Java 21 version you have installed. To resolve this issue, you need …