gpt4 book ai didi

java - 如何使用 WinRun4J 将 Java 应用程序作为 Windows 服务运行

转载 作者:行者123 更新时间:2023-12-02 07:16:47 24 4
gpt4 key购买 nike

我正在尝试使用 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

出了什么问题?

最佳答案

我没有让它工作,所以我的解决方法是使用 Apache Commons Deamon 。我使用以下参数执行了包含的 prunsrv.exe:

prunsrv.exe install "MeineAnwendung" \
--Install="C:/pfad/zu/prunsrv.exe" \
--JvmOptions=-Dpidfile.path=NUL
--Jvm=auto \
--Startup=auto \
--StartMode=jvm \
--Classpath="c:/irgendwo/anwendung/lib/*;" \
--StartClass=play.core.server.NettyServer

关于java - 如何使用 WinRun4J 将 Java 应用程序作为 Windows 服务运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14834063/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com