setinventoryitemenv.cmd
来自「BEA WebLogic Server 8.1大全 = BEA webLogic」· CMD 代码 · 共 15 行
CMD
15 行
@rem *************************************************************************
@rem This script is used to set up your environment for compiling and running
@rem the code examples included with WebLogic Server. It sets the following
@rem variables, then calls the setWLSEnv.cmd
@rem *************************************************************************
@echo on
set InventoryItem_EARLYBOUND_HOME=C:\ch33\jCOM\InventoryItem\earlybound
@echo off
set CLASSPATH=%InventoryItem_EARLYBOUND_HOME%\Item.jar;%InventoryItem_EARLYBOUND_HOME%\build
call "C:\bea\weblogic81\server\bin\setWLSEnv.cmd"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?