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.
精彩评论