Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Applet Notinited Sometimes, Sometimes Not

843810Mar 15 2006 — edited Mar 15 2006
Fairly 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2006
Added on Mar 15 2006
3 comments
138 views