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
なにが問題ですか?