Could someone give me a clue on how to solve this:
I'm writing a servlet which imports com.ibm.xml.parser.*. I got a
"NoClassDefFoundError" as soon as I try to create a parser:
Parser ps = new Parser("myfile.xml");
Writing similar thing as an application seems to work ok.
Thanks !
TL