This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compiling a SWT-gui with gcj on windows


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]