This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: javax.xml in GCC 3.4.4?
- From: Tom Tromey <tromey at redhat dot com>
- To: Christopher R Newman <christopher dot newman at alcatel dot com>
- Cc: java at gcc dot gnu dot org
- Date: 01 Nov 2005 13:08:49 -0700
- Subject: Re: javax.xml in GCC 3.4.4?
- References: <4367C437.4030003@alcatel.com>
- Reply-to: tromey at redhat dot com
>>>>> "Christopher" == Christopher R Newman <christopher.newman@alcatel.com> writes:
Christopher> I saw the GCJ site said on Feb. 1, "We've merged GNU
Christopher> JAXP into the core. This includes many classes in
Christopher> javax.xml, plus updated versions of org.xml.sax and
Christopher> org.w3c.dom." Does that mean GCC 3.4.4 released on May
Christopher> 18 includes these changes?
Not according to my 3.4 tree, or 'svn ls'. Most likely, the changes
were put on the trunk after 3.4 branched.
Christopher> Also, I would like to natively compile an application
Christopher> that requires Java 1.4+ (I'm guessing for the xml
Christopher> libraries). Since GCJ says it supports Java 1.2, is it
Christopher> possible with these added XML classes that I might be
Christopher> able to compile the Java 1.4 files?
Possibly. The best way to do this sort of thing is to try it. Also,
you might consider installing 4.0.x. It has a lot of improvements,
including javax.xml.
Tom