Multiple instances of Java Webstart Application
Hi Experts
I Have Java web start application which can be launched in multiple instance in a single machine.
I have static timer thread objects and attributes in the windows/dialogs
The problem is when i launch multiple application windows they use same instance of the static member.
Is that the valid behavior??..I thought the java web start application will independently launch with its own box.
Thanks
Edited by: Mayya on Feb 5, 2009 10:53 AM
got it fixed!thanks