tags:

views:

14

answers:

1

Hi,

I have a jar file an console app, I need to make it a service on mac osx which should run perioducally, how can I do that?

Thanks, Manoj

+1  A: 

You can create an entry for the rund using lingon. You can get lingon here http://sourceforge.net/projects/lingon/files/

Vlad
Lingon is a good GUI helper over launchd/launchctl - The command line command you would use is launchctl which is part of OSX
Mark