| Allegro CL version 8.0 Object described on page has changed in 8.0. | ||||||||||
This variable specifies the function called when Jlinker starts a Java VM for a socket connection. The default value is an internal function that is adequate for most situations. If Java is not started from Lisp or if native mode is specified, then this variable is ignored.
The value of this variable must be the name of a function of five or
more optional arguments -- (&optional debug lport lhost jport
jhost &rest more). The result of the function should be to
start the JVM with a command line such as
java com.franz.jlinker.JavaLinkCommon [-debug] [-lport lport]
[-lhost lhost] [-jport jport] [-jhost jhost] [more]
where
[-debug]should be present if the first argument is non-nil, and so on.
The initial value of this variable is the symbol
javatools.jlinker::run-java.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. The object described on this page has been modified in the 8.0 release; see the Release Notes.
Created 2007.4.30.
| Allegro CL version 8.0 Object described on page has changed in 8.0. | ||||||||||