VariablePackage: javatools.jlinkerToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

*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-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1