VariablePackage: net.jlinkerToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

*jlinker-run-java*

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.JLCommonSocket [-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 net.jlinker::run-java.

See jlinker.htm for more information on the jLinker facility.


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