Main Content

MathWorks.MATLAB.NET.Utility.NOJVMAttribute Class

Namespace: MathWorks.MATLAB.NET.Utility

MATLAB Runtime option that allows users to launch MATLAB Runtime without JAVA Virtual Machine support

Description

The NOJVMAttribute attribute represents an MATLAB Runtime option that allows users to launch MATLAB Runtime without the JAVA Virtual Machine support. The use of this attribute is optional, however, if it is defined it must be specified on the main assembly. If it is not specified, the default behavior is to launch MATLAB Runtime with Java enabled.

Namespace: MathWorks.MATLAB.NET.Utility

Assembly: MWArray (in MWArray.dll) Version: 2.23.1.0 (2.23.1.0)

Syntax:

public class NOJVMAttribute : Attribute

Properties

expand all

Public Properties

This property is read-only.

Returns true if Java support for MATLAB Runtime is disabled.

This property is read-only.

(Inherited from Attribute)

Methods

expand all

Inheritance Hierarchy

System.Object

  • Mathworks.MATLAB.NET.Utility

    • Mathworks.MATLAB.NET.Utility.Images

    • Mathworks.MATLAB.NET.Utility.LOGFILEAttribute

    • Mathworks.MATLAB.NET.Utility.MATLABSignature

    • Mathworks.MATLAB.NET.Utility.MCRVersion

    • Mathworks.MATLAB.NET.Utility.MWCTFStreamReader

    • Mathworks.MATLAB.NET.Utility.MWException

    • Mathworks.MATLAB.NET.Utility.MWMCR

    • Mathworks.MATLAB.NET.Utility.NativeGCAttribute

    • Mathworks.MATLAB.NET.Utility.NOJVMAttribute

Version History

Introduced in R2006a