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

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

    Nov 4, 2009 · 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. 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 . …

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

  5. How do I find the Java Control Panel / Verify it is installed?

    Oct 14, 2015 · To locate the Java Control panel, simply type Configure Java in the search bar on the side. Here are two links to downloading the Java JRE in case you need to download it again.

  6. 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 moved to …

  7. 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 can set the …

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

  9. java - How do I set the proxy to be used by the JVM - Stack Overflow

    Sep 23, 2008 · Many times, a Java app needs to connect to the Internet. The most common example happens when it is reading an XML file and needs to download its schema. I am behind a proxy …

  10. Changing the java.home path in VS code - Stack Overflow

    Jul 23, 2020 · 9 The path to the Java Development Kit is searched in the following order: the java.home setting in VS Code settings (workspace then user settings) the JDK_HOME environment variable the …