请问可以关闭GUI吗,让服务器终端运行在DOS窗口中
GoaTham opened this issue · 8 comments
启动参数中加上-nogui也没用,并且还有一个问题,关闭服务器后后台的服务器进程不会自动消失 需要去任务管理器手动结束一下
Try using "nogui" instead of "-nogui" at the end of your server startup
I tried "nogui" "-nogui" "--nogui" but it was useless
Mirai: latest build
Java Version:jdk-17.0.3.1
MineCraft Version:1.18.2
The startup parameter I used: "d:\software\java\jdk-17.0.3.1\bin\javaw.exe" -jar mirai-paperclip-1.18.2-r0.1-snapshot-reobf jar nogui
You misspelled the start command because you left out the "." after "reobf" in the JAR file name. Try the following: d:\software\java\jdk-17.0.3.1\bin\javaw.exe" -jar mirai-paperclip-1.18.2-r0.1-snapshot-reobf.jar nogui
Sorry, actually, my startup parameters are like this
(d:\software\java\jdk-17.0.3.1\bin\javaw.exe" -jar mirai-paperclip-1.18.2-r0.1-snapshot-reobf.jar nogui)
But because I used the translation software and didn't check it carefully, it became like this
(d:\software\java\jdk-17.0.3.1\bin\javaw.exe" -jar mirai-paperclip-1.18.2-r0.1-snapshot-reobf jar nogui)
Why do you only have one double quote? Could that be the mistake?
Did you try using java.exe
instead of javaw.exe
?
Translation software can cause this problem (owo)
It's actually two double quotes.
VeryGood!!!
I try to use java.exe, this problem has been solved. Thank you very much for your help. I wish you a happy life