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: Tom Tromey <tromey at redhat dot com>
- To: Jörg Maisenbacher <joerg at maisenbachers dot de>
- Cc: gnustuff at thisiscool dot com, java at gcc dot gnu dot org, Jeff Sturm <jsturm at one-point dot com>
- Date: 07 Aug 2003 12:40:12 -0600
- Subject: Re: compiling a SWT-gui with gcj on windows
- References: <C95476KJE082UP21YSQPNJHPLRPJRP.3f2fd94f@p733><3F328261.3000808@maisenbachers.de>
- Reply-to: tromey at redhat dot com
>>>>> "Jörg" == Jörg Maisenbacher <joerg@maisenbachers.de> writes:
Jörg> Is there a rough timeline when this stuff will work, or is there
Jörg> another workaround i should know about?
The standard GNU answer is that there are never timelines. And there
really aren't, it depends a lot on volunteer interest.
For workarounds, if you're talking about String.replaceAll, you could
change it to use gnu.regex or the Apache java regex stuff. Or maybe
just write something by hand that does the work.
Tom