How to allow only one instance of program to run
843849Feb 13 2008 — edited Feb 29 2008Hi,
I am writing a Java application on Windows Mobile 5 w/ J9.
Is there a way to allow only one instance of the application to run?
I am running into problems because multiple instances of the Java app is running & accessing the same data.
Please help!