Configure Java - Search
About 13,500,000 results
Open links in new tab
    Kizdar net | Kizdar net | Кыздар Нет
  1. How to set the environment variables for Java in Windows

    Jul 28, 2024 · Now click on 'new' button under system variables and enter 'JAVA_HOME' as variable name and path to jdk home directory (ex. 'C:\Program Files\Java\jdk1.6.0_24' if you …

  2. Setting JAVA_HOME - Stack Overflow

    JRE_HOME if you installed the JRE (Java Runtime Environment). In the Variable Value field, enter your JDK or JRE installation path . Open Command Prompt as Administrator. Set the …

  3. Java control panel in Windows 10 - Super User

    Aug 12, 2018 · Not directly related but if you are moving from Oracle Java SE to OpenJDK and looking for some of the same functionality (control over the way java based web applications …

  4. java - What is a classpath and how do I set it? - Stack Overflow

    Mar 7, 2010 · The Java launcher, java, initiates the Java virtual machine. The virtual machine searches for and loads classes in this order: Bootstrap classes - Classes that comprise the …

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

    Dec 30, 2022 · Make sure that Java 8 is uninstalled and install Java 11, and make sure environment variables like PATH or JAVA_HOME, if they exist, point to the right location …

  6. Increase heap size in Java - Stack Overflow

    Mar 22, 2016 · The InitialRAMPercentage JVM parameter allows us to configure the initial heap size of the Java application. It’s a percentage of the total memory of a physical server or …

  7. How to add Java Exception Site List for all users - Super User

    I need to use an old Java applet for a certain website, but newer Java versions cannot run it, as it has a self-signed certificate. Reading on Oracle's Deployment Guide, I need to make my own …

  8. How to add site list to Java Security without using the UI?

    Jun 16, 2014 · Configure site exceptions list in Java 7 on a Linux machine. 0. How to harness javax.security (JAAS ...

  9. java - How to set IntelliJ IDEA Project SDK - Stack Overflow

    Mar 17, 2018 · For a new project select the home directory of the jdk. eg C:\Java\jdk1.7.0_99 or C:\Program Files\Java\jdk1.7.0_99

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