Sunil Kumar Sahoo
Sunil Kumar Sahoo

Reputation: 53687

How to auto-start an application after system boot up in Mac os

Hi I have created a sample java swing application Mac os. Now I want whenever I will start my computer then my java application will start automatically.

Thanks Sunil Kumar Sahoo

Upvotes: 1

Views: 4284

Answers (2)

Milhous
Milhous

Reputation: 14653

You can also use Launchd to start your application at the system level. Here is an example.

Upvotes: 2

lemotdit
lemotdit

Reputation: 448

You can do this in the account setting of your user profile, in the Startup items tab.

http://www.engadget.com/2004/07/20/how-to-make-programs-automatically-start-up-in-mac-os-x/

Upvotes: -1

Related Questions