Hello,
Can any body tell me what the problem with this code:
import org.apache.xerces.parsers.DOMParser ;
..
parser = new DOMParser();
..
try {
parser.parse(uri);
} catch ...
Platforms: Xerces 2.0.1, J2sdk1.4.01.1, Linux Kernel 2.4.12.
When I execute the system, I got an error:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/xerces/parsers/DOMParser
Although, it is executed well on a different machine (but Kernel 2.4.2).
Is it necessary to convert the code into the one that handles with
documentBuilder and factory methods?
Thanks!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]