Help on XML4J1.0.4

Thuy-Linh Nguyen (tln@insect.sd.monash.edu.au)
Sun, 27 Sep 1998 14:49:20 +1000 (EST)


Hi !

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