Notes.ini Entry



Name:

    IBM_Java_Options

Syntax

    IBM_Java_Options=Value

Applies to:

    Servers - Environment Variable

Add-on:


    First Release:


      Obsolete since:


        Category:

          Java

        Default:

          None

        UI equivalent:

          None

        Description:
        IBM_JAVA_OPTIONS= parameter can specify options for Java

        You must specify an option for Java that runs within Lotus Domino®. This is not required for your other Java applications. You do not want to enter this parameter on a command line. How can this be done?

        The environment variable, IBM_JAVA_OPTIONS=, can be used to specify options for Java running within Domino .This option was introduced in JDK 1.3.0 for all platforms.

        Information from the IBM Java Hints and Tips website at http://www-03.ibm.com/servers/eserver/zseries/software/java/javafaq.html:

        Supplementing command line options:

        IBM_JAVA_OPTIONS=

        This variable can be used as an alternative to specifying options on the command line.For example, the maximum heap size and MMI behavior for the MyClass application can be specified as follows:

        > export IBM_JAVA_OPTIONS="-Xmx64m -Xcomp" > java MyClass

        The options in the above example supplement any options specified on the command line but do not override them. Specifying options through this environment variable is useful for JNI applications started via the JNI Invocation API.