Javascript calling Java in Mozilla Problem

Hi All,

I currently have a javascript function calling a public method in a signed applet.

document.app_frag.addGameAndCategory(gameName,categoryName,poolId);

The call works flawlessy and quickly in IE 6.0 but in FireFox 1.0.7 I see the following trace in the Java Console:

liveconnect: JavaScript: calling Java system code

liveconnect: JavaScript: default security policy = http://mywebsite

..... ABOUT 100 MORE OF THESE .....

liveconnect: JavaScript: calling Java system code

liveconnect: JavaScript: default security policy = http://mywebsite

liveconnect: JavaScript: UniversalBrowserRead enabled

The code then works exactly as intended at this point. I can't for the life of me figure out why I see about 45 seconds of just the endless 'calling Java system code' lines before it finally works.

I'm using the jre1.5.0_04

Thanks

[913 byte] By [badch0wa] at [2007-10-2 4:03:06]
# 1
We're having the same problem with calling a public method in a signed applet. Anyone have any ideas?
ShahShadowa at 2007-7-15 23:25:36 > top of Java-index,Security,Signed Applets...
# 2
Sorry, no sollution there. I had the same problem and thought that the calls to the applet did not work at all. Found out it is just verry slow on the first call (mozilla)It seems to be a bug: http://bugs.sun.com/bugdatabase/view_bug.do;:YfiG?bug_id=4968638
harmmeijera at 2007-7-15 23:25:36 > top of Java-index,Security,Signed Applets...