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: java at gcc dot gnu dot org
- Date: Wed, 6 Aug 2003 10:59:46 -0400 (EDT)
- Subject: Re: compiling a SWT-gui with gcj on windows
On Wed, 6 Aug 2003, [ISO-8859-1] Jörg Maisenbacher wrote:
> Do i understand this right. gcj can't handle all java-packages which are
> included in the JRE?
Which JRE? Not all of 1.4 is implemented yet.
BTW, libgcj is based largely on the Classpath project
(http://www.gnu.org/software/classpath). This is a clean-room effort to
implement all of Sun's core java APIs. It contains no Sun code at all, so
finding divergences with Sun's APIs is not uncommon (bug reports are
welcome).
Jeff