How to make a java class to run single instance in the system
i.e
if the a program started execution then that same program should not run in same system before it is stoped
Printable View
How to make a java class to run single instance in the system
i.e
if the a program started execution then that same program should not run in same system before it is stoped
thanks jos