Creating single instance of application
Hi friendsI have swing applicationi want to create only one instance of itthat means on creating second instance it must show first instancethis is similar to yahoo messanger etcany help will be appreciated Thanks in advacce
[273 byte] By [
it_shailua] at [2007-11-27 8:19:53]

For windows, at least, JSmooth has a "make single instance only" command.but ya, the guy above me beat me to the best answer :P
> that means on creating second instance it must show first instance
However, this problem still remains. I would like to ask: how do you go about showing the running app, since it is in another JVM? Is there a simple way of notifying the already running app that the a new one tried to run?
ICE