How to start the java (.jar) application at boot t

2019-09-21 19:49发布

I made simple java application which has a submit button on clicking which the application starts executing .I have to deploy it at Ubuntu System.Now Sir ,As per my need i have to start the execution automatically as soon as System boots without clicking any submit button.

I saved my application at Desktop of Ubuntu.

1条回答
何必那么认真
2楼-- · 2019-09-21 20:17

Check this link to see how to run a script during Ubuntu startup How to run a script at the start up of Ubuntu?

The script could be a java -jar jarname call. Off course java has to be installed.

查看更多
登录 后发表回答