📄 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 + -