[TIBCO.EMS .NET Admin client library 7.0 documentation]

Get the JVM library being used by the server.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public string JRELibrary { get; }
Public ReadOnly Property JRELibrary As String
public:
property String^ JRELibrary {
	String^ get ();
}

Return Value

The value of the setting. Null will be returned if this server does not have the jvm enabled.

See Also