Tiamo Toe

Greenhorn
+ Follow
since Mar 03, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Tiamo Toe

i dont think lock file is a good solution. What will happen if your program crash ? Your lock file will not be deleted.
Any other solution ?
21 years ago
i have a program MyApp
Each time i type at command line:
java MyApp
the program will run in a new window. But i want only one instance of program will remain.
I want my program to check if any instance of it is exist then it will terminate. How can i do that ?
Thanks in advance and sorry for my poor English
21 years ago