| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
This variable, whose value can be nil
or a
string which is a delimited list of directories. The delimiter is a
semicolon on Windows and a colon on UNIX. If the value of this
variable is non-nil
, Lisp will use it to find
where to find the
java classfiles, rather than using the CLASSPATH environment variable.
If the value of this variable is nil
, Lisp will
use the CLASSPATH environment variable.
This variable is designed to allow you to easily switch between
different sets of java classfiles. If you will use only one set, you
should specify a value for CLASSPATH and set the value of this
variable to nil
.
See jil.htm for more information on Java in Lisp.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |