Hi folks,
I've been trying to get a Java applet which uses LiveConnect for Java-JavaScript calls to work with Netscape 7.02 + Java 1.3/1.4 on both OSX 10.2 and 10.3 with very strange results.
Upon the loading the site the first time via HTTPS, the applet loads properly. But when JavaScript tries to access the applet, it simply dies. I'll have to reload the page and retry. The 2nd time I submit the page, everything works fine. Applet is called properly and everything is fine. Additionally, a stack trace is displayed in the Java console as shown in the code snippet.
So it all boils down to this: if the stack trace is displayed, then things are ok; if it's not, it means to say that the applet is not called properly.
Anyone has any ideas what's wrong?
Thanks!
I've been trying to get a Java applet which uses LiveConnect for Java-JavaScript calls to work with Netscape 7.02 + Java 1.3/1.4 on both OSX 10.2 and 10.3 with very strange results.
Upon the loading the site the first time via HTTPS, the applet loads properly. But when JavaScript tries to access the applet, it simply dies. I'll have to reload the page and retry. The 2nd time I submit the page, everything works fine. Applet is called properly and everything is fine. Additionally, a stack trace is displayed in the Java console as shown in the code snippet.
So it all boils down to this: if the stack trace is displayed, then things are ok; if it's not, it means to say that the applet is not called properly.
Anyone has any ideas what's wrong?
Thanks!
