How to start the java (.jar) application at boot time of ubuntu [closed]

拜拜、爱过 提交于 2019-12-14 00:09:24

问题


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:


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.



来源:https://stackoverflow.com/questions/13758317/how-to-start-the-java-jar-application-at-boot-time-of-ubuntu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!