diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-09 17:14:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-09 17:27:19 +0200 |
commit | 3de89997f492c1216592fa4db1c7e6ce6c3fe4fa (patch) | |
tree | 71ecbf660680f5edda94fac138b1725bae29e128 /include/jvmfwk | |
parent | eef4f79eb86ff2b515d53d9802d54027d32bfde4 (diff) |
UNO_JAVA_JFW_PLUGIN is long gone
...since e7f7d511a3ad39faef431bdfc2a79fa090d0b5f7 etc. "INTEGRATION: CWS
jl15: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and
UNO_JAVA_JFW_PLUGIN"
Change-Id: Ia70fa9919b4b55e8b13473602cfca723f554ec30
Diffstat (limited to 'include/jvmfwk')
-rw-r--r-- | include/jvmfwk/framework.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/jvmfwk/framework.h b/include/jvmfwk/framework.h index 570f8520ed0d..dc9901500258 100644 --- a/include/jvmfwk/framework.h +++ b/include/jvmfwk/framework.h @@ -104,7 +104,7 @@ extern "C" { <p> regcomp -env:UNO_JAVA_JFW_JREHOME=file:///d:/j2re1.4.2 -env:"UNO_JAVA_JFW_CLASSPATH=d:\\solver\\bin\\classes.jar;d:\\solver\\bin\\jurt.jar" - -env:UNO_JAVA_JFW_PLUGIN=file:\\solver\\bin\\libsunjavaplugin.dll -register .... + -register .... </p> <p>Additionall parameters for the Java VM can be provided. For every parameter a separate bootstrap parameter must be specified. The names are @@ -137,10 +137,6 @@ extern "C" { environment variable CLASSPATH. If this variable and UNO_JAVA_JFW_CLASSPATH are set then the class path is composed from UNO_JAVA_JFW_CLASSPATH and the environment variable CLASSPATH.</dd> - <dt>UNO_JAVA_JFW_PLUGIN</dt> - <dd>Specified a file URL to a plugin library. If this variable is provided - then a javavendors.xml is ignored. It must be provided if no - javavendors.xml is available.</dd> <dt>UNO_JAVA_JFW_PARAMETER_X</dt> <dd>Specifies a parameter for the Java VM. The X is replaced by non-negative natural numbers starting with 1.</dd> |