![]() |
![]() |
![]() |
![]() |
ClassPath
Simplicity requires that eight items be on your classpath. They are (in order)
- The full path of simplicitypro.jar
- The swingall.jar file. (This is not needed if you are using JDK 1.2 or later, as the swing classes are already present.)
- The full path of javax.servlet.jar
- The full path of com.mortbay.jetty.jar
- The full path of gnujsp.jar
- The full path of pbclient31RE.jar
- The full path of pbnetwork31RE.jar
- The full path of datarep_common.jar
Items 3-8 are all found in the Simplicity install directory. The method by which you set your system classpath varies according to the operating system.
SET CLASSPATH=.;c:\SimplicityProfessional\simplicitypro.jar;
c:\SimplicityProfessional\swingall.jar;
c:\SimplicityProfessional\javax.servlet.jar;
c:\SimplicityProfessional\com.mortbay.jetty.jar;
c:\SimplicityProfessional\gnujsp.jar;
c:\SimplicityProfessional\pbclient31RE.jar;
c:\SimplicityProfessional\pbnetwork31RE.jar;
c:\SimplicityProfessional\datarep_common.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/SimplicityProfessional/simplicitypro.jar:
$HOME/Simplicitypro/swingall.jar:
$HOME/Simplicitypro/javax.servlet.jar:
$HOME/Simplicitypro/com.mortbay.jetty.jar:
$HOME/Simplicitypro/gnujsp.jar:
$HOME/Simplicitypro/pbclient31RE.jar:
$HOME/Simplicitypro/pbnetwork31RE.jar:
$HOME/Simplicitypro/datarep_common.jarNote that the CLASSPATH entries should be on one line; they have been broken up here for clarity.
Data Representations, Inc. http://www.datarepresentations.com support@datarepresentations.com sales@datarepresentations.com |
![]() |
![]() |
![]() |
![]() |