Re: [javaCompiler-users] XML support
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2006-09-05 06:32:06
|
Hello John If you say you get "already defined" errors, then all you have to do is remove the xml libraries you included because they're already there. You mustn't change you code because they're all mapped to the default java class hirarchy and naming... I had this problem once too but run into another once I removed my own xml libraries. So I reverted back to textfiles ;-) Actually, that was JavaCompiler itself (saving configurations...). I'm interested in this problem, so please let us know if it works for you... Marco john sonal wrote: > First of all, great job on this software. It's very > useful. I have one problem with it so far that I can't > figure out. I'm trying to use JDOM or DOM4J but I > can't > get either to recognize a valid SAX driver. Basically, > I'm unable to get any SAX-compatible parser to > compile. No xerces library will compile so I tried a > few other sax parsers but no luck with those either. I > get errors saying that several of the methods have > already been defined. So I looked around and found > some info saying that a sax parser (aelfred2?) was > built into the gjc core some time ago so I'm guessing > because I'm trying to compile another SAX parser, it's > throwing the "already defined" errors. I tried to use > the built in parser by using > "gnu.xml.aelfred2.SAXDriver" but JDOM said it couldn't > locate it. So, I'm at a loss. I only found one other > person that seems to be having the same problem and > nobody offered a solution. I'm hoping somebody here > does. > > thanks. > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > javaCompiler-users mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/javacompiler-users > > |