Urgent - JVM API
Hi,
How can I find out programmatically, if an instance of my applet is already running in the JVM? Does the JVM expose any such API?
The problem is as such. I have an applet that runs in a browser. The classes that if refers to are all singleton. Now if a user opens a new browser using File->New (ie new thread), then my singleton classes fail. Hence I wanted to query the JVM to know if an instance of the applet is already running. Is there a better solution to this problem other than disabling the browser menu bar.
Thanx.

