On machines that run Windows NT, you set the
CLASSPATH
variable in the System Properties tab of the
System window found in the Control Panel.
On machines that run Windows 95/98, you set the
CLASSPATH
variable as follows:
set CLASSPATH=d:\phw;d:\phw\onto\java;.
On machines running the most popular versions of Unix, you set the
CLASSPATH
variable as follows:
setenv CLASSPATH d:/usr/phw:/user/phw/onto/java:.