Initializing help system before first use

jvmsetcreationargs

Purpose
Set arguments to pass to the Java virtual machine at creation time.
Synopsis
procedure jvmsetcreationargs(args:list of string)
procedure jvmsetcreationargs(args:list of text)
Argument
args 
List of the arguments to pass to the JVM at startup, e.g. ["-Dmy.property.name=hello-world","-Xint"]
Further information
1. In general, any arguments that could be passed to the java executable at the command line can be specified here. Consult the documentation for your Java installation for more details.
2. If a Java virtual machine has already been created in this process, this procedure will do nothing.
3. This procedure can only be used before calling any jvmcall*, subroutine, as these will start the in-process JVM.
4. If the NoExec restriction is present, this procedure will cause the model to end with an error.
Related topics

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.