Java multiple instances and mutex
807588Jul 20 2009 — edited Jul 20 2009Hello,
i have for example 5 instances with different names (but the same application). If i start a new instance, i will prove if a instance with this name is already started.
in C# i can do this with mutex, but i don't find something in java?
For example i can set a lock on instances with this name?
Is the a chance in java?
I don't find anything with the search, maybe false keywords?
Thanks for answers
ph0e