About 50 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. 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.

  3. Setting JAVA_HOME environment variable in MS Windows

    12 Set the JAVA_HOME Variable Windows 7 – Right click My Computer and select Properties > Advanced Windows 8 – Go to Control Panel > System > Advanced System Settings Windows …

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

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

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

  8. How to modify Java Control Panel selections (corresponding to ...

    How to modify Java Control Panel selections (corresponding to deployment.properties file) from windows command prompt? Specifically, I am looking for command(s) which can effect …

  9. How to configure Tomcat to use Java 7 - Stack Overflow

    Jun 12, 2012 · I have a web application in java 6 byte code and would like to test it in a Java 7 JVM environmment. For that purpose, I would like to configure Tomcat (for running the web …

  10. java - Spring Boot configure and use two data sources - Stack …

    358 How can I configure and use two data sources? For example, here is what I have for the first data source: application.properties java