run java application as background process

2019-02-24 23:51发布

问题:

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.