run java application as background process

回眸只為那壹抹淺笑 提交于 2019-12-01 22:54:37

问题


i have made an application using java....when i am installing it on my computer ...i want it to run as background process instead of application...if any user try Task manager...then he can not found it in application....it should no listed in application list...it is there in process list.... so please tell me how can i do this ...as soon as possible....?


回答1:


My work uses this: http://wrapper.tanukisoftware.org/doc/english/download.jsp

It works well for them and has a lot of functionality.




回答2:


Also take a look at http://yajsw.sourceforge.net/.

There is a comparison table for YAJSW, JSW, ACD and L4J.



来源:https://stackoverflow.com/questions/1146696/run-java-application-as-background-process

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