I have created a jar file in java, and I want to make the application automatically start during system boot up. I found I have to write a shell script for that. What should be that shell script look like? Is there anything else I have to do to make an application automatically start at boot up?
Share
The preferred way to launch programs at OS X startup is to create a
launchddaemon as explained here.