registry windows service
1.For .exe type, use command "sc create" directly. 2.For .jar, use "Java Service Wrapper" or "Apache Common daemon". 3.Use srvany.exe and instsrv.exe build Windows service. https://www.jianshu.com/p/ec499315c4d9
Last updated
1.For .exe type, use command "sc create" directly. 2.For .jar, use "Java Service Wrapper" or "Apache Common daemon". 3.Use srvany.exe and instsrv.exe build Windows service. https://www.jianshu.com/p/ec499315c4d9
Last updated