Index: source/jni_uno/jni_helper.h =================================================================== RCS file: /cvs/udk/bridges/source/jni_uno/jni_helper.h,v retrieving revision 1.8 retrieving revision 1.8.24.1 diff -u -r1.8 -r1.8.24.1 --- source/jni_uno/jni_helper.h 19 Apr 2006 13:43:46 -0000 1.8 +++ source/jni_uno/jni_helper.h 15 Jul 2006 10:03:25 -0000 1.8.24.1 @@ -96,7 +96,7 @@ JNI_context const & jni, char const * class_name, bool inException = false ) { // find_class may be called before the JNI_info is set: - jclass c; + jclass c=0; jmethodID m; JNI_info const * info = jni.get_info(); if (info == 0) {