This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Report on GCJ as packaging tool for SWT applications
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <tromey at redhat dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Thu, 19 Dec 2002 21:43:16 +0100
- Subject: RE: Report on GCJ as packaging tool for SWT applications
> java.util.regex still isn't written. The kaffe folks ended
> up using gnu.regex with some wrappers, but we can't do that
> for licensing reasons. Still, if your application is GPL, you
> could do that.
I switched to Apaches regexp stuff and that seems to do the
trick for now.
Is there a license issue with the Apache regexp stuff if used
in place of gnu.regex as described above?
Øyvind