This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [gcj trunk / gnu-classpath] String.format(...) undefined
On Sat, 17 Feb 2007 13:46:15 +0000
Andrew Haley <aph@redhat.com> wrote:
> Hanno Meyer-Thurow writes:
> > Hi list,
> > another error I get compiling JUnit-4.2 with gcj 4.2.20070216:
>
> String.format is a Java 1.5 method. gcj 4.2 supports a class library
> that corresponds to Java 1.4. gcj 4.3 will support a class library
> that corresponds to Java 1.5.
Woa, how could I. I meant gcj 4.3.20070216. Sorry.
Hanno