This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compiling a SWT-gui with gcj on windows
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Jörg Maisenbacher <joerg at maisenbachers dot de>
- Cc: gnustuff at thisiscool dot com, <java at gcc dot gnu dot org>
- Date: Tue, 5 Aug 2003 11:39:03 -0400 (EDT)
- Subject: Re: compiling a SWT-gui with gcj on windows
On Tue, 5 Aug 2003, [ISO-8859-1] Jörg Maisenbacher wrote:
> net/mldonkey/g2gui/model/Addr.java:106: error: class 'java.lang.String'
> has no method named 'replaceAll' matching signature
What version of gcj are you using? This method exists in recent CVS
snapshots. It wouldn't have been in 3.2.2 and probably not 3.3.1.
Jeff