📄 build.bat
字号:
@echo offif not defined JAVA_HOME goto errorecho.echo ozone ODMG Build Systemecho ---------------------echo Win NT/2000/XP build scriptecho.setlocalset CURRENT_DIR=%~dp0%set SERVER_DIR=%CURRENT_DIR:\modules\odmg\samples=%\serverset PATH=%SERVER_DIR%\bin;%PATH%echo.set CLASSPATH=%CLASSPATH%;..\build\classesecho Starting Ant...call ozoneAnt.bat -Dozone.dir=$SERVER_DIR %*endlocalgoto end:errorecho "ERROR: JAVA_HOME not found in your environment."echo.echo "Please, set the JAVA_HOME variable in your environment to match"echo "the location of the Java Virtual Machine you want to use.":end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -