开发者

How to install Windows Services Using Java?

开发者 https://www.devze.com 2023-02-12 16:18 出处:网络
can anyone tell how a windows service can be programmatically installed using java? I could use a开发者_如何学编程 code snippet for some \"scientific article\" in which I want to show the differences

can anyone tell how a windows service can be programmatically installed using java?

I could use a开发者_如何学编程 code snippet for some "scientific article" in which I want to show the differences in solving this issue using C# and java ;)

thanks in advance!


I used JavaService in past. You can also try the Jakarta's deamon http://commons.apache.org/daemon/

it seems the best.

0

精彩评论

暂无评论...
验证码 换一张
取 消