有时候我们的jar 包需要运行在wind 系统中, 如果dos 窗口运行特别容易误操作, 因此:这里记录下将jar 包的运行做成服务的操作步骤:
下载文件:WinSW.NET4.exe;sample-minimal.xml;
将上面两个文件和jar 包放入同一个目录下, 然后改成同名的文件: xml 中的配置内容如下
<configuration>
<!-- ID of the service. It should be unique accross the Windows system-->
<id>test</id>
<!-- Display name of the service -->
<name