Re: java.lang.NoClassDefFoundError: org/apache/xerces/util/XMLChar

2010-09-30 Thread edask
Thanks Mukul Gandhi, actually the problem was that although I have added the jar in the classpath , Tomcat couldn't see it. So I added the jar into the Tomcat/shared/lib path and the problem was solved. Thank you again, Eva I think the almost definitive answer to this problem is: Please provi

java.lang.NoClassDefFoundError: org/apache/xerces/util/XMLChar

2010-09-29 Thread edask
Hello, I am trying to create a Ontology Model (OntModel) with the OWL model specification but I get an error. Specifically when I run the following code: OntModel m = ModelFactory.createOntologyModel( OntModelSpec.OWL_MEM ); I get the Error: javax.servlet.ServletException: Servlet executio