FunctionPackage: javatools.jilToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

jcomp-file

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.htm).

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

See jil.htm for more information on Java in Lisp.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version