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?
On Thu, Nov 27, 2003 at 02:42:22PM +0000, Andrew.Ferguson@arm.com wrote:
>
> hi,
>
> i've been using the MinGw 3.4 build of gcc to compile a jar containing
> some classes that reference the javax.xml.(...) classes/packages.
>
> The status page shows that libgcj doesn't yet contain implementations for
> these - is it sensible/possible/easy to use the Classpath project as an
> alternative? (I've had a look at both gcj and Classpath pages but not found
> how to use them together?)
You can just download GNU Jaxp from
http://www.gnu.org/software/classpathx/jaxp/.
This is used in classpath too and the recommended way to get javax.xml
with libgcj.
Michael