Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/hpl/jena/reasoner/Reasoner #1

Open
e-jajaga opened this issue Sep 26, 2015 · 0 comments

Comments

@e-jajaga
Copy link

I imported the source into Eclipse IDE project but after run I receive the following exception:

DEBUG 0 [2015-09-26 08:36:36,611] [main] eu.larkc.csparql.readytogopack.HelloWorldCSPARQL - PERCENTILE example
Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/hpl/jena/reasoner/Reasoner
at eu.larkc.csparql.readytogopack.HelloWorldCSPARQL.main(HelloWorldCSPARQL.java:258)
Caused by: java.lang.ClassNotFoundException: com.hp.hpl.jena.reasoner.Reasoner
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 1 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant