user manual
Upgrading the WebLogic 6.0 Service Pack 2 Examples Server to WebLogic Server 7.0
BEA WebLogic Server 7.0 Upgrade Guide B-23
jar;%WL_HOME%\lib\weblogic.jar;%WL_HOME%\lib\xmlx.jar;%WL_HOME%
\samples\eval\cloudscape\lib\cloudscape.jar;%CLIENT_CLASSES%;
%SERVER_CLASSES%;%EX_WEBAPP_CLASSES%;D:\WLS 6.0
set PATH=%WL_HOME%\bin;%JAVA_HOME%\bin;%PATH%
@echo.
@echo Your environment has been set.
:finish
above-listed setExamplesEnv.cmd script modified to boot a WebLogic 7.0 
Examples Server
@echo on
@rem This script should be used to set up your environment for 
@rem compiling and running the examples included with WebLogic 
@rem Server. It contains the following variables: 
@rem 
@rem WL_HOME  - This must point to the root directory of your 
WebLogic 
@rem  installation. 
@rem JAVA_HOME - Determines the version of Java used to compile 
@rem  and run examples. This variable must point to the 
@rem root directory of a complete JDK installation. See 
@rem  the WebLogic platform support page 
@rem (http://e-docs.bea.com/wls/platforms/index.html)
@rem  for an up-to-date list of supported JVMs on 
Windows NT. 
@rem 
@rem When setting these variables below, please use short file 
@rem names(8.3). 
@rem To display short (MS-DOS) filenames, use "dir /x". File
@rem names with 
@rem spaces will break this script.
@rem 
@rem jDriver for Oracle users: This script assumes that native 
libraries 
@rem required for jDriver for Oracle have been installed in the 
proper 
@rem location and that your system PATH variable has been set 
appropriately. 
@rem For additional information, refer to Installing and Setting 
up WebLogic 
@rem Server (/install/index.html in your local documentation set 
or on the 
@rem Internet at
@rem http://e-docs.bea.com/wls/docs60/install/index.html). 










