Linked Questions

Popular Questions

I want to log the GC details and added following VM argument in eclipse:

-verbose:gc 
-XX:+PrintGCDetails
-XX:+PrintGCTimeStamps
-Xmx768M 

Now when I launch the application I get an error dialog that states "can not create java virtual machine".

What is the problem?

Related Questions