I am working on Java Swing application . I have created the jar of my application , when user clicks on the jar application starts. If user clicks multiple times on the jar then multiple instances of the jar run.
SO how can i stop multiple instances of running of Java jar file?