...
- Windows:
Startup
folder, ex:c:\ProgramData\Start Menu
- Windows: via the registry
- Windows: Task Scheduler
- Windows: NSSM
- Windows: SVC.EXE/SVCSTART.EXE
- Linux:
/etc/rc.local/
- Linux:
/etc/init.d/
SysV LSB-compliant scripts - Linux: systemd
.service
files - Linux/Windows: using Apache Commons Daemon to install JVM apps as a service.
- Linux/Windows: using YAJSW to install JVM apps as a service
...