Home
last modified time | relevance | path

Searched refs:p_env (Results 1 – 1 of 1) sorted by relevance

/trunk/main/stoc/test/javavm/
H A Dtestjavavm.cxx99 JNIEnv *p_env; in testJavaVM() local
100 if( _jvm->AttachCurrentThread((void**) &p_env, 0)) in testJavaVM()
111 jclass cls = p_env->FindClass( "TestJavaVM"); in testJavaVM()
137 jmethodID id = p_env->GetStaticMethodID( cls, "getInt", "()I"); in testJavaVM()
141 p_env->CallStaticIntMethod(cls, id); in testJavaVM()
144 if( p_env->ExceptionOccurred()){ in testJavaVM()
145 p_env->ExceptionDescribe(); in testJavaVM()
146 p_env->ExceptionClear(); in testJavaVM()

Completed in 16 milliseconds