From genadinik at yahoo.com Sun Nov 9 17:53:14 2008 From: genadinik at yahoo.com (Alex Genadinik) Date: Sun, 9 Nov 2008 08:53:14 -0800 (PST) Subject: [goodrelations] New user Message-ID: <313862.6915.qm@web37903.mail.mud.yahoo.com> Hi all, I am a new Pellet user and pretty beginner at semantic web? - just wanted to introduce myself to the list. Also wanted to mention a problem I ran into: I have the following code: ??????? Model model = ModelFactory.createOntologyModel( OntModelSpec.OWL_DL_MEM ) ; ??????? // Read in an ontology ??????? model.read( "http://www.heppnetz.de/projects/goodrelations/goodrelationsExamplesPrimerFinalOWL.owl" ); ??????? //Model model= ??????? OntModel m = ModelFactory.createOntologyModel( PelletReasonerFactory.THE_SPEC, model ); but when I run it I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: org/mindswap/pellet/jena/PelletReasonerFactory Which is a problem with the last line in the code I provided. Any ideas? Thanks, Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: