Top "Jvm" questions

The Java Virtual Machine (JVM) enables a set of computer software programs and data structures to use a virtual machine model for the execution of other computer programs and scripts.

How do I find out what keystore my JVM is using?

I need to import a certificate into my JVM keystore. I am using the following: keytool -import -alias daldap -file …

java jvm keytool
What is the difference between JVM, JDK, JRE & OpenJDK?

What is the difference between JVM, JDK, JRE & OpenJDK? I was programming in Java and I encountered these phrases, …

java jvm difference
Increasing the JVM maximum heap size for memory intensive applications

I need to run a Java memory intensive application that uses more than 2GB, but I am having problems to …

java jvm jvm-arguments
What does -XX:MaxPermSize do?

Specifically, why would it help to fix a PermGen OutOfMemoryError issue? Also, bonus points for an answer that points me …

java jvm jvm-arguments
Java Could not reserve enough space for object heap error

I have Java7 running on 32-bit Windows and 4 GB RAM, but: java -Xmx4G -Xms4G -jar Minecraft.jar java …

java jvm minecraft
Maximum Java heap size of a 32-bit JVM on a 64-bit OS

The question is not about the maximum heap size on a 32-bit OS, given that 32-bit OSes have a maximum …

java jvm
-XX:MaxPermSize with or without -XX:PermSize

We've run into a Java.lang.OutOfMemoryError: PermGen space error and looking at the tomcat JVM params, other than the …

java jvm jvm-hotspot permgen
Real differences between "java -server" and "java -client"?

Is there any real practical difference between "java -server" and "java -client"? All I can find on Sun's site is …

java jvm jvm-hotspot
Android Studio - No JVM Installation found

I'm having issues trying to boot-up Android Studio When I try to launch it after installation I'm getting this error: …

java android jvm android-studio