Search code examples
javamacosautostart

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


Solution

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