![]() |
![]() |
![]() |
![]() |
ClassPath
Simplicity requires that three items be on your classpath. They are (in order)
- The full path of simplicity.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 datarep_common.jar
The method by which you set your system classpath varies according to the operating system.
SET CLASSPATH=.;c:\Simplicity\simplicity.jar;c:\Simplicity\swingall.jar;
c:\Simplicity\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/Simplicity/simplicity.jar:$HOME/Simplicity/swingall.jar:
$HOME/Simplicity/datarep_common.jar
Data Representations, Inc. http://www.datarepresentations.com support@datarepresentations.com sales@datarepresentations.com |
![]() |
![]() |
![]() |
![]() |