The LispWorks Java interface allows you to:
Calling into Java using the callers and accessing arrays does not require any specific Java code. Calling from Java into Lisp requires having the com.lispworks.LispCalls class (supplied as a JAR file), and using methods from it.
The Java interface is a module which needs to be loaded by calling:
(require "java-interface")
and initialized as in documented in 15.1 Initialization of the Java interface.
The Java interface symbols are exported from the package LW-JI, documented in 39 The LW-JI Package.
The Java interface requires Java edition 6 or later.
LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:04