Restrict multiple instances of an application in java

前端 未结 8 1118
温柔的废话
温柔的废话 2020-12-03 22:55

I want to prevent multiple instances of application being launched in java. I know 2 methods for this:

  1. locking file
  2. locking socket

But

8条回答
  •  醉话见心
    2020-12-03 23:07

    There is a library called jUnique which does that and will save you the bother of implementing it yourself.

提交回复
热议问题