Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 737 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 737 Bytes

startuplib

Library for adding your Java application to startup on many different operating systems

How it works

Windows

Writes registry key to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

macOS

Writes launch agent to ~/Library/LaunchAgents/

Linux, Solaris and *BSD with XDG compliant DE

Writes desktop entry to ~/.config/autostart/

Headless *nix systems

Refer to linux-install

Dependencies