C:\Program Files (x86)\Steam\steamapps\common\ProjectZomboid>java -jar zombie.jar -install
Please specify either -client or -server to enable all features.
Installing...
Removing old installation
Replacing 'zombie/core/Core' with backup
Replacing 'zombie/network/GameClient' with backup
Replacing 'zombie/network/GameServer' with backup
Replacing 'zombie/core/raknet/UdpEngine' with backup
Injecting into Core
Injecting into UdpEngine
Extracting dependencies from self
Exception in thread "main" java.io.FileNotFoundException: C:\Program%20Files%20(x86)\Steam\steamapps\common\ProjectZomboid\zombie.jar (系统找不到指定的路径。)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:111)
at dev.zomboid.GamePatcher.extractSelf(GamePatcher.java:130)
at dev.zomboid.GamePatcher.install(GamePatcher.java:177)
at dev.zomboid.ToolEp.main(ToolEp.java:34)
这是什么意思