⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build.bat

📁 Java的面向对象数据库系统的源代码
💻 BAT
字号:
REM this script is needed to build in developmentREM the path structure differs from the releaseREM so we need to override some properties@echo offif not defined JAVA_HOME goto errorecho.echo Collection samples buildecho ------------------------echo Win NT/2000/XP build scriptecho.setlocalset CURRENT_DIR=%~dp0%set COLLECTIONS_DIR=%CURRENT_DIR:\samples=%set SERVER_DIR=%CURRENT_DIR:\modules\collections\samples=%\serverset PATH=%SERVER_DIR%\bin;%PATH%set CLASSPATH=%COLLECTIONS_DIR%\build\classes;%CLASSPATH%echo.echo 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 + -