This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: shared libraries


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

Anthony> Is there any way to rig things up so an UnsatisfiedLinkError
Anthony> is thrown instead of a ClassNotFoundException?  This would be
Anthony> very helpful.

libltdl doesn't provide enough error information for us to do this.
It returns an error message, but not anything else.  I guess we could
look at the text of the message, but I'm reluctant to do that.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]