About 7,560,000 results
Open links in new tab
  1. 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 …

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

  3. I can't find the Java Control Panel on Windows 11

    Dec 30, 2022 · You can click on Search present on taskbar or press Ctrl + Q. Search "Configure Java" and click on it. That should open the Java Control Panel.

  4. Java control panel in Windows 10 - Super User

    Aug 12, 2018 · All of the answers concerning Java Control Panel in Windows 10 keep saying to access the Control Panel - well, news flash, there is NO control panel. Everything has been …

  5. java - How to configure port for a Spring Boot application - Stack …

    How do I configure the TCP/IP port listened on by a Spring Boot application, so it does not use the default port of 8080.

  6. How to set specific Java version to Maven? - Stack Overflow

    Oct 29, 2013 · 268 Maven uses the JAVA_HOME parameter to find which Java version it is supposed to run. I see from your comment that you can't change that in the configuration. You …

  7. java - How do I tell Gradle to use specific JDK version ... - Stack ...

    java { toolchain { languageVersion.set(JavaLanguageVersion.of(11)) } } This can also be set for individual tasks. NOTE: For other tasks relying on a Java executable or Java home, use the …

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

    @occulta At least Maven expects JAVA_HOME to point to a JDK and uses it to locate the java compiler.

  9. How do I set the default Java installation/runtime (Windows)?

    This is a bit of a pain on Windows. Here's what I do. Install latest Sun JDK, e.g. 6u11, in path like c:\install\jdk\sun\6u11, then let the installer install public JRE in the default place (c:\program …

  10. How to config java version in Visual Studio Code?

    Jul 28, 2022 · 6 I installed OpenJDK 18 in my Fedora 36 and installed "Extension Pack for Java" on my Visual Studio Code. In my machine, there have 3 versions of java: But when I create a …