Howto suppress JVM errors at startup in VM Options?
843798Feb 9 2009 — edited Feb 10 2009Hi everybody.
I use the following VM Options
-Xmx1024M
-Xms128M
for my application.
Anyway it may happen on some machines that the jvm could not be started due at these options. ("The JVM could not be started. The main method may have thrown an exception.").
If for example I set " -Xmx 600M " there is no problem at all.
Is there a way to start the application and suppress and ignore the JVM errors when these happen ?