com.notuvy.singleapp.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of notuvysingleapp Show documentation
Show all versions of notuvysingleapp Show documentation
A simple Java framework for making applications singletons. The underlying mechanism uses interprocess communication to that at most one application process is active at a time. A new application invocation either displaces a previous invocation, or it defers to the previous and terminates itself.
A framework for ensuring singleton application launching.