K
Kiran
Hi,
What could be the possible reason behind GetMethodID call failure?
What wrong with following code...
jclass resourceClass = env->FindClass( "java/util/ResourceBundle" );
jmethodID mid = env->GetStaticMethodID( resourceClass,
"getBundle",
"(Ljava/lang/String;Ljava/util/Locale;Ljava/lang/ClassLoader
Ljava/util/ResourceBundle");
FindClass works ok, so I assume VM is initialized well, but I might be
wrong?
Platform: Windows, JDK 1.4.
Thanks,
Kiran
What could be the possible reason behind GetMethodID call failure?
What wrong with following code...
jclass resourceClass = env->FindClass( "java/util/ResourceBundle" );
jmethodID mid = env->GetStaticMethodID( resourceClass,
"getBundle",
"(Ljava/lang/String;Ljava/util/Locale;Ljava/lang/ClassLoader
FindClass works ok, so I assume VM is initialized well, but I might be
wrong?
Platform: Windows, JDK 1.4.
Thanks,
Kiran