This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: how to use Classpath project with gcj?
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andrew dot Ferguson at arm dot com
- Cc: java at gcc dot gnu dot org
- Date: Fri, 28 Nov 2003 13:26:22 -0500 (EST)
- Subject: Re: how to use Classpath project with gcj?
On Thu, 27 Nov 2003 Andrew.Ferguson@arm.com wrote:
> could this be because I'm trying to compile jars distributed as part of the
> official JAXB distribution?
Yes definitely. Too often Sun's own distributions rely on unpublished,
undocumented classes from Sun's own JRE. The chances these will work with
a free VM are nil.
Jeff