-
Notifications
You must be signed in to change notification settings - Fork 17
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
pb with parsing Ntriples #5
Comments
if i change to (load-rdf-stream kb stream :turtle) it works |
If it works with lein (I use mostly maven, but they both manage the classpath for you), but not java -jar it sound like you have a classpath problem. What classpath are you using? and can you compare that to the classpath produced by lein? (I think you can see that with |
the classpath produce by lein contain the right jar i think |
Sorry this has sat for quite a while, trying to clean up old issues. Are you still having trouble? If so can we build a minimal test case to replicate this? If not, I'd like to close the issue. |
Hi,
I have a problem using (load-rdf-stream kb stream :ntriple)
If i use lein to run my project i don't have any dependencies problem, but when i try to run my program using java -jar ...
I have the following error while (load-rdf-stream kb stream :ntriple) :
I don't know how to resolve this and don't know if you're concern by this ?
The jar include correctly sesame-rio-ntriples-2.6.10.jar
And i use (:import
(org.openrdf.rio.ntriples.NTriplesParser)) in my clj file
Do you have an idea ?
Many thanks
Samuel
The text was updated successfully, but these errors were encountered: