On Wed, 2011-05-11 at 14:27 +0000, Jorge Christodoulou wrote: > I have an early version of Jena installed that doesn't have the method > Algebra.compatible. There for, I changed the old jar with arq-2.8.7.jar which > has the method. > The problem now is that i get an exception message in Parsing: > Exception in thread "main" java.lang.RuntimeException: Unsupported Element > type: class com.hp.hpl.jena.sparql.syntax.ElementPathBlock
Change the jena jars as well to match. Jena ships with a compatible version of arq in it (and vice versa) so just use all the jars from the up to date jena distribution. The pom.xml files define the version dependencies. Dave
