|
It's
from an application.
Ok, so
I took xerces and xalan out of my classpath and recompiled everything. It
compiled, but running gave me this:
java.lang.NoClassDefFoundError:
org/xml/sax/helpers/XMLFilterImpl
at java.lang.ClassLoader.defineClass0(Native
Method)
at
java.lang.ClassLoader.defineClass(ClassLoader.java:499)
at
java.lang.ClassLoader.defineClass(ClassLoader.java:437)
at
junit.runner.TestCaseClassLoader.loadClass(TestCaseClassLoader.java:104)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:264)
at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:324)
at
com.a4networks.server.Configuration.saveConfig(Configuration.java:87)
at
com.a4networks.server.ConfigurationTest.testPutGet(Unknown
Source)
at
com.a4networks.server.ConfigurationTest.runTest(Unknown
Source)
Anyway, javap doesn't find any xerces classes, so I
guess java 1.4 doesn't include them. Any other ideas?
|
Title: Message
- [dom4j-user] Adding a node to the middle of a pre-existing ... Doug Hoppes
- Re: [dom4j-user] Adding a node to the middle of a pre-... James Strachan
- [dom4j-user] Exception getting SAX parser David Hooker
- Re: [dom4j-user] Exception getting SAX parser James Strachan
- Fwd: [dom4j-user] Adding a node to the middle ... David Hooker
- Fwd: [dom4j-user] Adding a node to the middle of a pre... Peter Schaefer
- Re: [dom4j-user] Adding a node to the middle of a ... James Strachan
