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

📄 setinventoryitemenv.cmd

📁 BEA WebLogic Server 8.1大全 = BEA webLogic server 8.1 unleashed (美) Mark Artiges等著 袁毅 ... [等] 译 eng
💻 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 + -