ZedVal throws the following error whenever I run the .bat. Any idea why that would be?
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/parsers/DOMParser
at org.daisy.zedval.MapFile.initialize(MapFile.java: 80)
at org.daisy.zedval.ZedContext.loadProcessorMap(ZedContext.java: 134)
at DefaultContext.setCommandLineArguments(defaultcontext.java: 196)
at ZedVal.main(zedval.java: 112)
I was also able to get the Report.xml to generate if I mislabled where the testMap.xml file location.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ZedVal throws the following error whenever I run the .bat. Any idea why that would be?
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/parsers/DOMParser
at org.daisy.zedval.MapFile.initialize(MapFile.java: 80)
at org.daisy.zedval.ZedContext.loadProcessorMap(ZedContext.java: 134)
at DefaultContext.setCommandLineArguments(defaultcontext.java: 196)
at ZedVal.main(zedval.java: 112)
I was also able to get the Report.xml to generate if I mislabled where the testMap.xml file location.
Try running the zedval.bat which is found in the zedval/zedval directory, rather than the one which is a level up.