On 7/20/2013 9:00 AM, Richard Maher wrote:
On 7/19/2013 8:42 AM, Knute Johnson wrote:
created. It is unsigned and sand-boxed. Java 7.
What exactly do you do in the destroy() method? Have you tried not
destroying it?
Nah, I sort of need that.
My guess is Java.util.logging which I'm replacing with my own logger
anyway.
I'm in the middle of a whole lot of other changes at the mo and will hit
it again later but 7.25 seemed to have big changes with JUL so that's
where my money is anyway.
It's just a shame when the java_status_events call ERROR and the status
is a definite 3 that we can't get the error somewhere.
If anyone is interested is does look like JUL was causing the problem. I
added it to my SSCcE and it also failed to refresh only this time I got
some console output: -
Line:21 in the Applet is: -
private final Logger logger
= Logger.getAnonymousLogger();