Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Applet loading issue in mozilla

more options

I have an issue while loading two instances of same applet with two different users on same machine. When two applets are loaded the content in one applet is shown on the other applet and others data is gone. It seems the problem is with static information. But the same is working fine in IE.

This happened

Every time Firefox opened

I have an issue while loading two instances of same applet with two different users on same machine. When two applets are loaded the content in one applet is shown on the other applet and others data is gone. It seems the problem is with static information. But the same is working fine in IE. == This happened == Every time Firefox opened

All Replies (1)

more options

You're right, I had the same problem and found out that applets share the static context, so if you are using many instances of the same applet on a browser, you cannot use static variables unless you find a way to share them safely.