views:

385

answers:

1

Has anyone ever seen this odd error when attempting to load an applet? I get this in jconsole, although the applet activity is pretty plain. I get this exception after

java.lang.NullPointerException
    at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
A: 

It's a 1.6.13 issue. It was a JRE bug.

Stefan Kendall