ClassPath
Simplicity Enterprise requires that many items be on your classpath. They include
- The full path of simplicityent.jar
The full path of the files found in the jars directory. This includes
- com.sun.net.ssl.jar
- javax.servlet.jar
- javax.xml.jaxp.jar
- org.apache.crimson.jar
- org.apache.jasper.jar
- org.mortbay.jetty.jar
- pbclient31RE.jar
- pbnetwork31RE.jar
- webmacro.jar
simplicityent.jar is found in the Simplicity install directory. The jars directory is also found in the install directory. The method by which you set your system classpath varies according to the operating system.
SET CLASSPATH=.;c:\SimplicityEnterprise\simplicityent.jar;c:\SimplicityEnterprise\jars\com.sun.net.ssl.jar;
c:\SimplicityEnterprise\jars\javax.servlet.jar;
c:\SimplicityEnterprise\jars\org.mortbay.jetty.jar;
c:\SimplicityEnterprise\jars\org.apache.crimson.jar;
c:\SimplicityEnterprise\jars\org.apache.jasper.jar;
c:\SimplicityEnterprise\jars\pbclient31RE.jar;
c:\SimplicityEnterprise\jars\pbnetwork31RE.jar;
c:\SimplicityEnterprise\jars\webmacro.jar
- Windows NT The CLASSPATH is set in the Environment page of the System Properties in the Control Panel. Set a system variable similar to the Windows 95 example, above.
- OS/2 Warp The CLASSPATH is set in your config.sys file with a line similar to the Windows 95 example, above.
- Solaris/Linux/other Unix The CLASSPATH is set in your .profile with
export CLASSPATH =$CLASSPATH:
$HOME/SimplicityEnterprise/simplicityent.jar:
$HOME/SimplicityEnterprise/jars/com.sun.net.ssl.jar:Note that the CLASSPATH entries should be on one line; some have been broken up here for clarity.
| Data Representations, Inc. http://www.datarepresentations.com support@datarepresentations.com sales@datarepresentations.com |