| Article: |
XML Data Binding with Castor | |
| Subject: | writing data to xl sheet using Marshall class | |
| Date: | 2007-03-04 23:17:17 | |
| From: | Bollu_Narendra | |
|
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xml/serial ize/XMLSerializer at org.exolab.castor.xml.Unmarshaller.initConfig(Unknown Source) at org.exolab.castor.xml.Unmarshaller.<init>(Unknown Source) at org.exolab.castor.xml.Unmarshaller.<init>(Unknown Source) at org.exolab.castor.xml.Unmarshaller.unmarshal(Unknown Source) at ReadForm221.main(ReadForm221.java:8) |
||
Showing messages 1 through 1 of 1.
-
writing data to xl sheet using Marshall class
2007-06-11 01:15:10 yesudas [View]



1. download Xerces-J-bin.2.9.0.zip from http://www.apache.org/dist/xml/xerces-j/ site
2. extract the .zip file
3. put the file "xercesImpl.jar" under your classpath.
4. run the program it will work.