In jni.cc functions _Jv_JNI_RegisterNatives and _Jv_LookupJNIMethod expect that the package separator is "." when according to the JNI specification the separator is "for historical reasons" "/". This causes RegisterNatives to fail for methods that take objects as arguments.
-- Summary: JNI uses dot instead of slash as the package separator Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: juhal at users dot sourceforge dot net CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18116