Pellet-2.3 packages missing?

320 Views Asked by At

I've downloaded and install Pellet-2.3 from here (containing Pellet and Jena and many others plug-ins). Within an Eclipse Jena project It is impossible for me to acces following packages.

import org.mindswap.pellet.jena.ModelReader;
import org.mindswap.pellet.jena.OWLReasoner;

Even when build path have been set. It really seems thats thoses file ModelReader.class and OWLReasoner.class are miss.

Did someone know how to deal with this ?

thanks!

1

There are 1 best solutions below

0
On BEST ANSWER

Your question was already answered here.