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

    Windows 10 – Search for Environment Variables then select Edit the system environment variables Click the Environment Variables button. Under System Variables, click New. In the Variable Name field, …

  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 · Set the JAVA_HOME Variable Once you have the JDK installation path: Right-click the My Computer icon on your desktop and select Properties. Click the Advanced tab, then click the …

  4. How to set JAVA_HOME for Java? - Ask Ubuntu

    Aug 13, 2012 · For those doing software development, don't put your JAVA_HOME in /etc/environment unless you want to reboot everytime you switch JDK versions.

  5. How to set JAVA_HOME in Linux for all users - Stack Overflow

    While we are up to setting JAVA_HOME, let me share some benefits of setting JAVA_HOME or any other environment variable: 1) It's easy to upgrade JDK without affecting your application startup and …

  6. How do I fix maven error The JAVA_HOME environment variable is not ...

    Jun 21, 2017 · The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program NB: JAVA_HOME should point to a JDK not a JRE When I changed …

  7. java - What is JAVA_HOME? How does the JVM find the javac path …

    Jan 8, 2010 · JAVA_HOME is an Environment Variable set to the location of the Java directory on your computer. PATH is an internal DOS command that finds the /bin directory of the version of Java that …

  8. Windows ignores JAVA_HOME: how to set JDK as default?

    How do I set the default Java installation/runtime (Windows)? The trouble is that Windows ignores JAVA_HOME and it also ignores the fact that I made the JDK bin directory the first entry in the path. …

  9. How to set JAVA_HOME environment variable on macOS?

    Sep 11, 2015 · And set JAVA_HOME to that value. Even better, wire your shell script's dot files as suggested in the original question by @user1872384, because that way your environment …

  10. Setting JAVA_HOME for intelliJ? - Stack Overflow

    ..\jre directory JDK_HOME environment variable JAVA_HOME environment variable Environment variable must point to the JDK installation home directory, for example: c:\Program Files …