|         | 
 
  The startup or shutdown class must be on the classpath of each server to which it is assigned. To add a class to a server's classpath, do one of the following:
For example, you
          create a startup class named StartBrowser in a package
          named com.mycompany.startup. You
          archive the class file in a JAR file named c:\myDomain\src\myJAR.jar. The
          start script for your server must add c:\myDomain\src\myJAR.jar
          to the server's classpath.
; (semicolon) and in a
            BASH shell, use :
            (colon).
             
              For example,
              weblogic.jar
              must be on the classpath. For a complete list, refer to Required
              Environment and Syntax for weblogic.Server.
For example,
              you create a startup class named StartBrowser in a
              package named com.mycompany.startup.
              You archive the class file in a JAR file named c:\myDomain\src\myJAR.jar.
              In this case, the Classpath field should
              contain the following value:
|  |