This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compileproblems
- From: Tom Tromey <tromey at redhat dot com>
- To: Raphael Mack <raphael dot mack at procreo dot de>
- Cc: java at gcc dot gnu dot org
- Date: 12 Aug 2002 11:49:21 -0600
- Subject: Re: Compileproblems
- References: <200208121349.36999@rampro.de>
- Reply-to: tromey at redhat dot com
>>>>> "Raphael" == Raphael Mack <raphael.mack@procreo.de> writes:
Raphael> when I try to compile a java-app with gcj 2.96 the error
Raphael> java/lang/String.java:0: bad value constant type 0, index 0
Raphael> occurs. Does anyone know what's wrong?
As I recall this is a bug we fixed for 3.0.
Tom