This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH/RFA] libjava: SH support
- From: kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- To: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Cc: tromey at redhat dot com, aoliva at redhat dot com, joern dot rennecke at superh dot com
- Date: Fri, 26 Jul 2002 13:06:00 +0900
- Subject: Re: [PATCH/RFA] libjava: SH support
- References: <8765z3fie5.fsf@fleche.redhat.com>
Tom Tromey <tromey@redhat.com> wrote:
> kaz> java.lang.UnsatisfiedLinkError: calls: file not found
> kaz> and I suspect that there is something wrong with dynamic loading
> kaz> in my platform.
>
> There was a bug in Runtime that might have caused just this.
After updating libjava, all jni tests are passed. Thanks!
kaz