is there easy way to prevent run multiple instance...
# tornadofx
r
is there easy way to prevent run multiple instance application? windows 10, exe created with javapackager
c
This question is really not relevant in this slack and channel, next time use google please. But this time here ya go 🙂 https://rosettacode.org/wiki/Determine_if_only_one_instance_is_running
By the way, examples in different languages utilize different strategies, the ones offered for Kotlin and Java are unfortunate unreliable hacks, I'd resort to lock files instead of a network port.
r
We use jUnique for that