Notes.ini Entry



Name:

    JavaNoVerify

Syntax

    JavaNoVerify=0 / 1

Applies to:

    Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          Java

        Default:

          None

        UI equivalent:

          None

        Description:
        Use this variable to turn off all bytecode verification

        Caution: The verifier is an essential part of Java's security mechanism. Turning it off will improve performance, but it will also leave you with a gaping security hole and no protection against code inadvertently getting corrupted in transfer. Although available and supported, this variable should seldom, if ever, be used.