Compare commits

..

No commits in common. "4fd02081bb5f42b93f314f045f009778c4d3b63f" and "74649f28f67f9ca175e7557018aa645657b9a2d7" have entirely different histories.

3 changed files with 2 additions and 6 deletions

View File

@ -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.
**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

View File

@ -28,10 +28,6 @@ if exist "%CUR_PATH%%CONFIG%.cmd" (
)
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" (
call :LOG [ERROR] Java not found.
goto :EXIT

View File

@ -12,7 +12,7 @@ set CUR_PATH=%~dp0
@rem Executable Path
@rem Note: Fill DO_NOT_CHECK_PATH if you need to run it from PATH
@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 MONGODB_PATH=%CUR_PATH%