Possible Duplicates:
How to implement a single instance Java application?
How do I make sure only one instance of my program can be executed?
What is a good and easy way to achieve this? I've read methods involving binding to a port. Will this interfere with other applications using the same method?