This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: What is wrong with Vector?
- To: Basker Franck-G17825 <Franck dot Basker at motorola dot com>
- Subject: Re: What is wrong with Vector?
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Fri, 22 Dec 2000 11:49:01 +1300
- CC: "'java-discuss at sources dot redhat dot com'" <java-discuss at sources dot redhat dot com>
- References: <B5714C1C0FA0D411BA3C00508BF975DEABF3DC@az43exm01.phx.mcd.mot.com>
Basker Franck-G17825 wrote:
> Replacing add() with addElement() works!
> Any suggestion?
You need a newer gcj. The Vector collections methods wern't supported
until recently.
regards
[ bryce ]