daveofalltrades
IS-IT--Management
Hello:
I rarely use java and am not fluent in its use or error messages. This may be an easy question for someone familiar with java. I had script files that used java and msv at my previous employer
I am trying to use msv to validate an xml document. When I dump data from my database with an unix script, I would like it validated before transfered to another party.
for the command
java -jar $jar myxsd.xsd myxml.xml
I get:
Exception in thread "main" java.lang.NoClassDefFoundError: org/iso_relax/dispatcher/SchemaProvider
$jar is /usr/java/ext/msv.jar and yes msv.jar is in /usr/java/ext
thanks in advance
I rarely use java and am not fluent in its use or error messages. This may be an easy question for someone familiar with java. I had script files that used java and msv at my previous employer
I am trying to use msv to validate an xml document. When I dump data from my database with an unix script, I would like it validated before transfered to another party.
for the command
java -jar $jar myxsd.xsd myxml.xml
I get:
Exception in thread "main" java.lang.NoClassDefFoundError: org/iso_relax/dispatcher/SchemaProvider
$jar is /usr/java/ext/msv.jar and yes msv.jar is in /usr/java/ext
thanks in advance