All Manuals > LispWorks® User Guide and Reference Manual > 39 The LW-JI Package

check-lisp-calls-initialized Function

Summary

Tests whether calls from Java into Lisp can work.

Package

lw-ji

Signature

check-lisp-calls-initialized => result

Values
result
A boolean.
Description

The function check-lisp-calls-initialized returns t if Lisp calls have been initialized successfully, which means that calls from Java into Lisp can work.

The main factor that may affect successful initialization of Lisp calls is the availability of the class com.lispworks.LispCalls, which comes from LispWorks and will not be available if you do not make it available to the Java Virtual Machine in some way.

Notes

On Android the LispCalls class is available because it is in the lispworks.aar file that must be included in the application.

See also

15.3 Calling from Java to Lisp


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:46