Notes.ini Entry



Name:

    JavaVerify

Syntax

    JavaVerify=0 / 1

Applies to:

    Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          Java

        Default:

          None, eventhough this means Disabled ( 0 )

        UI equivalent:

          None

        Description:
        Instructs JVM to verify all bytecode it loads, not just the bytecode loaded remotely.

        Use this variable to tell the JVM to verify all bytecode it loads, not just the bytecode loaded remotely.

        Note: Because this verification of non-remotely loaded code results in a performance hit, it is not the default behavior.