This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj Collections?
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Subject: Re: gcj Collections?
- From: Guy McArthur <guym at guymcarthur dot com>
- Date: Thu, 13 Sep 2001 09:25:23 -0700 (MST)
- cc: <java at gcc dot gnu dot org>
> GCJ fully supports collections since version 3.0. Make sure you have at
> least that version (gcj -v). If you do have a recent version and are
> still having problems, posting a test case and the exact error message
> may help.
>
Thanks. You're right, gcj was symlinked to the 2.96 version. I changed the
link and was able to compile my program. Kudos to all the developers of
gcc-java!