RSSAmplifier

(untitled) · May 16, 2016

Java: enforce a single instance of an app

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

The Console is an app which typical usecase fits within running a single instance. That’s by design. However, we sometimes forget to check whether some the app is waiting for us in the background and try to launch them. That’s when disaster happens. Two consoles placed on top of window and reacting to same hotkey? Cannot be! Here’s a short story about preventing from having…

Read on /2016/05/java-enforce-a-single-instance-of-an-app/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.