VariablePackage: javatools.jlinkerToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.1
Unrevised

*jlinker-run-java*

This variable is typically defined in the file jl-config.cl. It is used when Java is started from Lisp. The definition may need to be modified to fit the configuration of a particular site and Java version. If Java is not started from Lisp, 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 value of this variable, as defined in the jl-config.cl file, is the symbol javatools.jlinker::run-java.

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


Copyright (c) 1998-2001, Franz Inc. Berkeley, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.1 update # 1. This page was not revised.
Created 2001.12.15.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.1
Unrevised