JuggerNET Runtime Library

IJvmOptions.Future Property

Performs strict class-file format checks if set to true.

[ConfigOption(OptionName="null", Name="null")]
bool Future {get; set;}

Remarks

For purposes of backwards compatibility, the default format checks performed by the Java 2 SDK's virtual machine are no stricter than the checks performed by 1.1.x versions of the JDK software. The -Xfuture flag turns on stricter class-file format checks that enforce closer conformance to the class-file format specification. Developers are encouraged to use this flag when developing new code because the stricter checks will become the default in future releases of the Java application launcher.

Normally, by the time you're exposing your Java code to .NET, you should have done all Java testing and won't need to use this option anymore.

See Also

IJvmOptions Interface | Codemesh.JuggerNET Namespace