RSPSarathy
Programmer
Hello Friends,
I have a Java Application (EXE file) and am running it and am leaving it open.
Again, I run the same EXE it SHOULD NOT be executed since the process is running already. How to check whether the same app is running before (Something like checking the windows task manager) and prevent the second time execution ?
Take MSN IM for example - it runs only one instance.
How to do this in Java, if feasible.
I have a Java Application (EXE file) and am running it and am leaving it open.
Again, I run the same EXE it SHOULD NOT be executed since the process is running already. How to check whether the same app is running before (Something like checking the windows task manager) and prevent the second time execution ?
Take MSN IM for example - it runs only one instance.
How to do this in Java, if feasible.