我正在尝试使用 WinRun4J 将 Java 应用程序作为 Windows 服务运行。
我将 WinRun4J64c.exe 复制到我的应用程序目录中,并将以下 service.ini 文件放在旁边:
service.class=org.boris.winrun4j.MainService
service.id=MyAPP
service.name=MyAPP
service.description=some description
classpath.1=./lib/*
classpath.2=WinRun4J.jar
[MainService]
class=play.core.server.NettyServer
但是,如果我以以下方式启动服务:WinRun4J64c.exe --WinRun4J:RegisterService
我得到:
Service control dispatcher error: 1063
怎么了?