Tag: helper application
Java application as a MS Windows service
by ricardoz on Jul.29, 2009, under Tips
It’s really annoying to run something interactively on MS Windows when you know deep inside it should be an OS Service. Doing this on a *nix system is quite simple (most of the times you just need to write a short shell script), but on MS Windows it’s not so easy.
(continue reading…)