I have a Swing Java application; assume it is just like calculator. What I want to do is
- Start this automatically in start up
- Run as a Windows service
- Show an icon in the system tray when it closes.
Using Java service wrapper, I have made it to Windows service; but it is still not starting on reboot, nor does an icon display in the tray.