I get the Target applet or JVM process exited abruptly sometimes and it doesn’t happen continuously, so I can’t track the log until the Java console closes. I tried to increase the heap size using
<PARAM name="java_arguments" value="-Xmx128m"> ,
<PARAM name="java_arguments" value="-Xmx300m"> ,
<PARAM name="java_arguments" value="-Xmx512m">
but does not work. The same question has already been asked. I also tried loading the Applet into a separate JVM using
<PARAM name="separate_jvm" value="true">
http://www.techques.com/question/1-11284843/uncaught-exception:-Target-applet-or-JVM-process-exited-abruptly---from-a-firefox-extension
uncaught exception: applet or JVM process suddenly quit due to firefox extension
https://stackoverflow.com/questions/17676722/target-jvm-seems-to-have-already-exited
java jvm applet
Vicky thakor
source share