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

📄 _setcp.bat

📁 《透视Java》的源码
💻 BAT
字号:
@echo off

if not "%AXIS_HOME%" == "" goto gotWebCreamHome
  echo Environment variable AXIS_HOME must be set to point to WebCream installation directory
  goto eof
:gotWebCreamHome

rem Add your jars that are not stored in wcapps/lib here
set APP_CLASSPATH=

rem Add all additional libs from lib directory to classpath
for %%f in ("%AXIS_HOME%\lib\*.jar") do call "%AXIS_HOME%\bin\_addlib.bat" %%f
for %%f in ("%AXIS_HOME%\lib\*.zip") do call "%AXIS_HOME%\bin\_addlib.bat" %%f

set CLASSPATH=%WC_CLASSPATH%;%APP_CLASSPATH%;%CLASSPATH%

rem WARNING: This echo can hault clientAgent.bat because we are currently not reading input/output from batch files
rem echo CLASSPATH=%CLASSPATH%

:eof

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -