About 262,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. Java control panel in Windows 10 - Super User

    Aug 12, 2018 · To locate the Java Control panel, type Configure Java in the search bar on the side. Here are two links to downloading the Java JRE if we need to download it again.

  3. java - I can't set up JDK on Visual Studio Code - Stack Overflow

    Sep 27, 2018 · I saw this, and clicked on it. It redirected me to the Red Hat site and made me download Red Hat Developer Studio, but as I said, I want it in Visual Studio Code. I did download the JDK, but …

  4. How to configure Google Java Code Formatter in Intellij IDEA 17?

    Mar 23, 2017 · As mentioned Here, Download the intellij-java-google-style.xml file from the This Link. Then in Intellij, go Under Settings -> Editor -> Code Style. there in Scheme settings (settings icon on …

  5. Visual Studio Code showing "Java 11 or more recent is required to run ...

    Jul 23, 2020 · This is correct. By changing java.home to point to JDK 11 and keeping the rest of my workspace config as is (namely java.configuration.runtimes with the default to JavaSE-1.8) it worked.

  6. 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 maven project …

  7. java - How to configure and use an early-access JDK in Eclipse? - Stack ...

    May 6, 2023 · Step (3): Open your Java project in Eclipse and configure for new JDK-21 Step (3.1): Right click on project > Properties > Java Build Path > Libraries (tab) > Select Existing JRE and click …

  8. java 11 - How to install OpenJDK 11 on Windows? - Stack Overflow

    Sep 26, 2018 · Register an uninstaller with Windows. As of Java 11, the Oracle's free version of Java (Oracle OpenJDK) doesn't seem to include an installer. It is just a zip file containing the binaries. …

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