diff --git a/Xin-Launcher生产环境部署文档(windows版本).docx b/Xin-Launcher生产环境部署文档(windows版本).docx new file mode 100644 index 0000000..cf302b8 Binary files /dev/null and b/Xin-Launcher生产环境部署文档(windows版本).docx differ diff --git a/xin-launcher/run.bat b/xin-launcher/run.bat new file mode 100644 index 0000000..8b9e133 --- /dev/null +++ b/xin-launcher/run.bat @@ -0,0 +1,5 @@ +@echo off +title Xin-launcherÆô¶¯Æ÷£¨ÇëÎð¹Ø±Õ£© +set CURRENT_DIR="%cd%" +set JAVA_HOME="%CURRENT_DIR%\..\jdk1.8.0_51" +%JAVA_HOME%\bin\java -jar lib\xin-launcher.jar --server -Dfile.encoding=utf-8 -Xms2048m -Xmx2048m \ No newline at end of file