?? setexamplesenv.bat
字號:
@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 script under D:\J2EE\weblogic700\server\bin
@rem *************************************************************************
@echo on
set SAMPLES_HOME=D:\J2EEsamples\chapter2sample
set USERDOMAIN_HOME=D:\J2EEprojects\chapter2domain
set APPLICATIONS=%SAMPLES_HOME%\server\config\examples\applications
set CLIENT_CLASSES=%SAMPLES_HOME%\server\stage\examples\clientclasses
set SERVER_CLASSES=%SAMPLES_HOME%\server\stage\examples\serverclasses
set COMMON_CLASSES=%SAMPLES_HOME%\server\stage\common
set EX_WEBAPP_CLASSES=%SAMPLES_HOME%\server\stage\examples\HelloWebApp\WEB-INF\classes
@echo off
set CLASSPATH=.\;%CLIENT_CLASSES%;%SERVER_CLASSES%;%SAMPLES_HOME%\server\eval\pointbase\lib\pbserver42ECF183.jar;%SAMPLES_HOME%\server\eval\pointbase\lib\pbclient42ECF183.jar;%WL_HOME%\server\lib\classes12.zip;%COMMON_CLASSES%
set PATH=%PATH%;%SAMPLES_HOME%\server\eval\pointbase\tools;D:\J2EEsamples\chpater3sample\servletsample\WEB-INF\classes
call "D:\J2EE\weblogic700\server\bin\setWLSEnv.cmd"\
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -