This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: copile java 1.5 code
- From: Michael Koch <konqueror at gmx dot de>
- To: java at gcc dot gnu dot org
- Cc: Tim Oliver Wagner <lists at wagner-www dot de>
- Date: Wed, 26 Jan 2005 15:26:05 +0100
- Subject: Re: copile java 1.5 code
- References: <200501261513.13236.lists@wagner-www.de>
Am Mittwoch, 26. Januar 2005 15:13 schrieb Tim Oliver Wagner:
> Hello,
> I need to compile a java program. This one is written with java
> 1.5. It does not work to compile the program correct.
>
> I wrote a little program to solve my compile problems, but it still
> doesn't work. I hope someone can help me. Or is it just at the
> moment not possible to compile java 1.5 code?
>
> The little senseless program is append to this mail.
java.lang.StringBuilder was added in JDK 1.5 and we don't added that
to GCJ yet.
Michael
--
Homepage: http://www.worldforge.org/