background application in Mac OS
Is it possible to run a Java application purely the background in Mac OS X?
I can set up a cron-like job to execute a java application every hour or something, but then the application takes up space in the Dock. I'd like it to run as a daemon or something.
Thanks in advance!
Ben