ToC DocOverview CGDoc RelNotes FAQ Index PermutedIndex
Allegro CL version 11.0

javatools.jil variables


*jil-classpath*

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.html for more information on Java in Lisp.


Copyright (c) 2023, Franz Inc. Lafayette, CA., USA. All rights reserved.

ToC DocOverview CGDoc RelNotes FAQ Index PermutedIndex
Allegro CL version 11.0