Skip to content

wille/startuplib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages