I added the jena arq 2.9.3 jar file to my code to be able to run sparql queries for DBpedia but it says that the literal and resource factory classes are not present. Do I need to add another version of the jar file or do I need to make changes to package names or import class names to resolve this issue?
Asked
Active
Viewed 154 times
0
-
1Do you use Maven? Otherwise you have to add **all *.jar files** from Jena distribution to the classpath. And of course you have to import the packages, but any IDE should support you in doing that – UninformedUser May 07 '17 at 13:35
-
1By the way, latest Jena version is `3.2.0` . What's the reason for using the `2.x` API? – UninformedUser May 07 '17 at 16:05