ToC DocOverview CGDoc RelNotes FAQ Index PermutedIndex
Allegro CL version 11.0

javatools.jil operators


jcomp-file

Function, javatools.jil package

Arguments: file &key recursive

jcomp-file compiles a jil sourcefile into a classfile. A source file can contain multiple class definitions. The def-java-method's that follow a def-java-class are associated with that class. The output of jcomp-file are one or more class files. The name of the class files are the names of the classes defined, with the extension or type .class. Inner and anonymous classes are given names generated by the jil compiler and are written out one per file as well.

To use this function, you must have a Java Software Development Tookit or Java Runtime on your machine installed on your machine (see Using the jil compiler in jil.html).

The recursive keyword argument is for internal use only and should not be specified.

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