<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi all,<br><br>I am a new Pellet user and pretty beginner at semantic web - just wanted to introduce myself to the list.<br><br>Also wanted to mention a problem I ran into:<br><br>I have the following code:<br> Model model = ModelFactory.createOntologyModel( OntModelSpec.OWL_DL_MEM ) ;<br><br> // Read in an ontology<br> model.read( "http://www.heppnetz.de/projects/goodrelations/goodrelationsExamplesPrimerFinalOWL.owl" );<br><br><br><br> //Model model=<br> OntModel m = ModelFactory.createOntologyModel( PelletReasonerFactory.THE_SPEC, model );<br><br>but when I run it I get the following error:<br><br>Exception in thread "main"
java.lang.NoClassDefFoundError: org/mindswap/pellet/jena/PelletReasonerFactory<br><br>Which is a problem with the last line in the code I provided.<br>Any ideas?<br><br>Thanks,<br>Alex<br></td></tr></table><br>