This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCC 3.0, gij on Solaris 2.6 Sparc
- To: Weiqi Gao <weiqigao at yahoo dot com>
- Subject: Re: GCC 3.0, gij on Solaris 2.6 Sparc
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Mon, 2 Jul 2001 19:00:28 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On Mon, 2 Jul 2001, Weiqi Gao wrote:
> I get a ClassNotFoundException when I try to run any
> Java class with gij on Solaris 2.6/Sparc. Strace
> shows the gij process went so far as to have read the
> class file that I'm trying to run, but was unable to
> either load it or link it, therefore throwing the
> ClassNotFoundException.
The bytecode interpreter does not yet work on sparc.
Jeff