Java library to allow only single instance of a java application to run and enable communication between first instance and subsequent instances
-
Updated
Oct 3, 2024 - Java
Java library to allow only single instance of a java application to run and enable communication between first instance and subsequent instances
Java library that prevents user from running more than one instances of the same Java application - a.k.a. AppMutex
Provides file-based locking mechanism with inter-process communication support
A sample SpringBoot project demonstrating Rest-Concurrency on single instance server
Java library for prevent running multiple instances of an application, and offer a communication with the first instance.
Add a description, image, and links to the single-instance topic page so that developers can more easily learn about it.
To associate your repository with the single-instance topic, visit your repo's landing page and select "manage topics."