Applet Notinited Sometimes, Sometimes Not
843810Mar 15 2006 — edited Mar 15 2006Fairly experienced java programmer here, but I'm pretty new to applets.
I have created a class that extends JApplet and overrides init(). It works 100% properly when I run it on my computer, or another computer in the house, both running 1.5 update 6 (what it's compiled under). And when I say "run," I don't mean from an IDE, I mean from the web using Firefox and IE. However, if any older JRE is used, the user is presented with a "notinited" error.
Is this a problem with the language, or something I can fix through reprogramming or even recompiling under an older version of the JDK?
Thanks in advance for any and all help!
Scott