Hi, I am making a program that will work through javaw.exe, so that it will not be visible directly. Now my problem once (accidentally) may happen that a user launches several instances of the same application,
for example enter javaw myProgram
twice
In such a situation, is it possible to somehow prevent the launch of several instances of the same program if the program is already running.
java
Sara
source share