Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

While my applet works well with the Microsoft VM, it does not show up in Java Plug-in. Whats wrong?

0
Posted

While my applet works well with the Microsoft VM, it does not show up in Java Plug-in. Whats wrong?

0

Usually, this may be related to unnecessary lock on AWT objects. Because of certain fundamental changes in AWT implementation between JDK 1.1 and Java 2, locking AWT objects while performing certain AWT calls may result in deadlock.

Related Questions