Howdy
I am looking for the best way to make my desktop java program run in the background (daemon/service?) across most platforms (Windows, Mac OS, Linux [Ubuntu in particular]).
By "best way" I am hoping to find a way that will:
1) require a minimum amount of platform-specific code. 2) not require the user to do anything a general computer user couldn't/wouldn't do 3) not be a resource hog.
I understand that my requirements may be unrealistic but I am hoping there is some sort of "best practice" for this type of situation.
Any ideas on how to go forward?
Thanks.