CLASSPATH
environment variable for my test?The harness sets the CLASSPATH
for the compile
,
main
, and applet
actions to be the system class path
plus the test's source and classes directory.
It is possible to set the classpath for the main/othervm
action
via the -classpath
option to java
. Any other
modification of the CLASSPATH
must be done using the
shell
action.