mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-06-26 18:14:50 +08:00
Compare commits
No commits in common. "4fd02081bb5f42b93f314f045f009778c4d3b63f" and "74649f28f67f9ca175e7557018aa645657b9a2d7" have entirely different histories.
4fd02081bb
...
74649f28f6
@ -67,7 +67,7 @@ EN | [中文](README_zh-CN.md)
|
|||||||
|
|
||||||
2. Set network proxy to `127.0.0.1:8080` or the proxy port you specified.
|
2. Set network proxy to `127.0.0.1:8080` or the proxy port you specified.
|
||||||
|
|
||||||
**you can also use `start.cmd` to start servers and proxy daemons automatically, but you have to set up JAVA_HOME enviroment**
|
**you can also use `start.cmd` to start servers and proxy daemons automatically**
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
|
@ -28,10 +28,6 @@ if exist "%CUR_PATH%%CONFIG%.cmd" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
if not "%JAVA_PATH%" == "DO_NOT_CHECK_PATH" (
|
if not "%JAVA_PATH%" == "DO_NOT_CHECK_PATH" (
|
||||||
if "%JAVA_PATH%" == "\bin\" (
|
|
||||||
call :LOG [ERROR] JAVA_HOME not found, please setup your windows enviroment for installed java.
|
|
||||||
goto :EXIT
|
|
||||||
)
|
|
||||||
if not exist "%JAVA_PATH%java.exe" (
|
if not exist "%JAVA_PATH%java.exe" (
|
||||||
call :LOG [ERROR] Java not found.
|
call :LOG [ERROR] Java not found.
|
||||||
goto :EXIT
|
goto :EXIT
|
||||||
|
@ -12,7 +12,7 @@ set CUR_PATH=%~dp0
|
|||||||
@rem Executable Path
|
@rem Executable Path
|
||||||
@rem Note: Fill DO_NOT_CHECK_PATH if you need to run it from PATH
|
@rem Note: Fill DO_NOT_CHECK_PATH if you need to run it from PATH
|
||||||
@rem without detecting whether the executable file exists
|
@rem without detecting whether the executable file exists
|
||||||
set JAVA_PATH=%JAVA_HOME%\bin\
|
set JAVA_PATH=C:\Program Files\Java\jdk1.8.0_202\bin\
|
||||||
set MITMDUMP_PATH=%CUR_PATH%
|
set MITMDUMP_PATH=%CUR_PATH%
|
||||||
set MONGODB_PATH=%CUR_PATH%
|
set MONGODB_PATH=%CUR_PATH%
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user