📄 setinventoryitemenv.cmd
字号:
@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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -