My server is written in Java and I want to launch it like so: `"StartGameCommand": "C:/Assets/jre/bin/java.exe -jar C:/Assets/gameserver.jar",` However, the second `C:/Assets/` does not get replaced by the proper folder and as such, does not launch the jar file.
My server is written in Java and I want to launch it like so:
"StartGameCommand": "C:/Assets/jre/bin/java.exe -jar C:/Assets/gameserver.jar",However, the second
C:/Assets/does not get replaced by the proper folder and as such, does not launch the jar file.