JMGetCurrentEnv
Returns the currentJRIEnvdata structure.
struct JRIEnv* JMGetCurrentEnv (JMSessionRef session);
session- The current session.
- function result
- A pointer to the
JRIEnvdata structure.DISCUSSION
TheJMGetCurrentEnvfunction allows you to get information about the current Java Runtime Interface (JRI). The data structureJRIEnvis defined in the header fileJRI.h.SEE ALSO
Documentation for the Java Runtime Interface athttp://developer.netscape.com/