This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj Collections?
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.
regards
Bryce.
Guy McArthur wrote:
>Greetings, I'm just trying gcj from mandrake linux 8.1 beta 3.
>In trying to compile a file that uses java.util.ArrayList, I get an aerror
>that the library is not found. Does gcj have support for Collections, or
>is there something missing from my installation?
>