Application Pattern Type for Java restrictions and limitations
Known restrictions and limitations might affect your virtual application instance.
Currently, the only limitation is the use of the IBM_JAVA_OPTIONS
environment
variable.
The
IBM_JAVA_OPTIONS
environment
variable is used as part of the management of the Java™ application lifecycle. If you use this
variable in your scripts, you must therefore preserve its existing
contents. Add your required options to the existing variable. For
example, use the following command to add new options opt1 and opt2:export IBM_JAVA_OPTIONS="opt1 opt2 $IBM_JAVA_OPTIONS"