Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>It is nothing wrong with IE 8. It should be working. As per the java console/jvm messages, your applet is running.</p> <p>The java should be compatable==> it is recommended that your browser java plug-in version should be same or higher than the version of the java compiler used to compile your applet.</p> <p>Put some S.o.P statements in your applet and check again.</p> <p><strong>* below is sample java console messages when you run applet in FF &amp; IE browsers *</strong></p> <p>The java console message looks like below (FF 4 and FF 3.x)</p> <pre><code>basic: Applet loaded. basic: Applet resized and added to parent container basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 125583 us, pluginInit dt 1492613 us, TotalTime: 1618196 us basic: Applet initialized basic: Removed progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@1f14ceb basic: Applet made visible basic: Starting applet basic: completed perf rollup basic: Finished applet teardown </code></pre> <p><em><strong></em>**<em>*</em>**<em>*</em>**<em>*</em></strong> In IE 8 <strong><em>*</em>**<em>*</em>**<em>*</em>*</strong></p> <pre><code>basic: Applet loaded. basic: Applet resized and added to parent container basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 177363 us, pluginInit dt 390916 us, TotalTime: 568279 us basic: Applet initialized basic: Removed progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@116471f basic: Applet made visible basic: Starting applet basic: completed perf rollup basic: Applet started basic: Told clients applet is started </code></pre> <hr>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload