Fix launch file
This commit is contained in:
@@ -189,7 +189,7 @@ To launch the server, you may either:
|
|||||||
* If you already have Maven installed, simply run the command "mvn clean install" to create the jar file.
|
* If you already have Maven installed, simply run the command "mvn clean install" to create the jar file.
|
||||||
* IntelliJ also comes with built-in Maven support. Open a new terminal window inside IntelliJ, type "mvn clean install" (your command should now be marked green), then Ctrl+Enter to build the jar file.
|
* IntelliJ also comes with built-in Maven support. Open a new terminal window inside IntelliJ, type "mvn clean install" (your command should now be marked green), then Ctrl+Enter to build the jar file.
|
||||||
2. Launch the jar file
|
2. Launch the jar file
|
||||||
* Double click on "launch.bat"
|
* Double click on "launch.bat" (need to have Java 16 installed)
|
||||||
|
|
||||||
#### Launch with Docker
|
#### Launch with Docker
|
||||||
1. Start Docker
|
1. Start Docker
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
@title Cosmic
|
@title Cosmic
|
||||||
set PATH="C:\Program Files\Java\jdk1.8.0_241\bin";%PATH%
|
java -Xmx2048m -jar target\Cosmic.jar
|
||||||
java -Xmx2048m -Dwzpath=wz\ -jar target\Cosmic.jar
|
|
||||||
pause
|
pause
|
||||||
Reference in New Issue
Block a user