JMGetRuntimeInstance
Returns the currentJRIRuntimeInstancedata structure.
struct JRIRuntimeInstance* JMGetRuntimeInstance (JMSessionRef session);
session- The current session.
- function result
- A pointer to the
JRIRuntimeInstancedata structure.DISCUSSION
TheJMGetRuntimeInstancefunction allows you to get information about the current Java Runtime Interface (JRI). The data structureJRIRuntimeInstanceis defined in the header fileJRI.h.SEE ALSO
Documentation for the Java Runtime Interface athttp://developer.netscape.com/