About 226,000 results
Open links in new tab
  1. How to set the environment variables for Java in Windows

    When JDK is installed, it adds to the system environment variable Path an entry C:\ProgramData\Oracle\Java\javapath;. I anecdotally noticed that the links in that directory didn't get …

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

  3. path - Setting up enviroment variables in Windows 10 to use java and ...

    Jun 1, 2023 · Here are the typical steps to set JAVA_HOME on Windows 10. Search for Advanced System Settings in your windows Search box. Click on Advanced System Settings. Click on …

  4. How to set Java SDK path in AndroidStudio? - Stack Overflow

    Jun 14, 2019 · According to How to set Java SDK path in AndroidStudio? one could override with a specific JDK but when I renamed C:\Program Files\Android\Android Studio\jre\jre\ to: C:\Program …

  5. How to set the java path and classpath in windows-64bit

    Sep 17, 2011 · 1) PATH: You need to set PATH to compile Java source code, create JAVA CLASS FILES and Operating System to load classes at runtime. 2) CLASSPATH: This is used by JVM and …

  6. android - How to Set Java Path On Windows? - Stack Overflow

    Mar 23, 2015 · 3 When we set the environment path, can't it work correctly for Java, Eclipse and Android Studio? How to set it correctly? When I set it temporarily by using the command prompt, set path is …

  7. How to set Java environment path in Ubuntu - Stack Overflow

    Mar 8, 2012 · I just installed JDK in Ubuntu with sudo apt-get install openjdk-6-jdk command, after the installation where's the Java bin directory located? And how can I set the environment path for that …

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

  9. java - Setting the correct PATH for Eclipse - Stack Overflow

    Mar 9, 2016 · Try editing the eclipse.ini file (In ~/eclipse/java-mars/eclipse for me; would probably be in C:\Program Files somewhere for windows.) and changing the line after '-vm' to your actual jdk path.

  10. How to set JAVA_HOME environment variable on macOS?

    Sep 11, 2015 · Adding the below answer to help those who are looking for step by step instructions on how to setup Java_Home on a Mac. Determine whether Java is installed by using the command below: