About 453,000 results
Open links in new tab
  1. How to set the environment variables for Java in Windows

    Step 6 : Follow the Above step and edit the Path in System Variables add the following ;c:\Programfiles\Java\jdk-1.6\bin in the value column. Step 7 :Your are done setting up your …

  2. What are the -Xms and -Xmx parameters when starting JVM?

    Feb 7, 2013 · When using these settings, keep in mind that these settings are for the JVM's heap, and that the JVM can and will use more memory than just the size allocated to the heap.

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

    Dec 30, 2022 · I've found a similar one to it here Class has been compiled by a more recent version of the Java Environment, so I'm looking for a way to upgrade/downgrade the version of Java, but I can't …

  4. Setting JAVA_HOME environment variable in MS Windows

    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 10 – Search for …

  5. How do I enable Java in Microsoft Edge web browser?

    Aug 4, 2015 · My corporate web application is using Java applet to access users file system. There is no way for us to replace it with anything else for now. How do I enable Java in Microsoft Edge?

  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. windows - Change Java Security level - Stack Overflow

    Jan 20, 2014 · Java 7 update 51 has java security level which is set to HIGH by default. I want to change it to medium by using registry or by adding any files. I observed that manually changing security level to

  8. How is the default max Java heap size determined?

    If I omit the -Xmx n option from the Java command line then a default value will be used. According to Java documentation "the default value is chosen at runtime based on system configuration" What …

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

  10. how to increase java heap memory permanently? - Stack Overflow

    Jul 20, 2012 · The Java Virtual Machine takes two command line arguments which set the initial and maximum heap sizes: -Xms and -Xmx. You can add a system environment variable named …