To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51724





------- Additional comments from [EMAIL PROTECTED] Wed Aug 24 08:31:38 -0700 
2005 -------
This looks like a bug in gcj: JNI's GetFieldID(clazz, name, sig) should resolve
any classes mentioned in the given sig ("Lcom/sun/star/uno/Type;") with the
classloader of the given clazz (which is com.sun.star.uno.Any from ridl.jar,
which must thus have been loaded with a classloader that knows ridl.jar, and so
that classloader would also find com.sun.star.uno.Type, which is also in 
ridl.jar).

What is curious is that a few lines further up in jni_info.cxx, the
similar-looking call

  jni->GetMethodID(
    (jclass) jo_Type.get(),
    "<init>", "(Ljava/lang/String;Lcom/sun/star/uno/TypeClass;)V");

obviously had no problems locating com.sun.star.uno.TypeClass...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to