Hi. This is a really basic question, as I'm new to Clojure and Java. I'm trying to use a jar file for Stanford's NLP software that isn't available on Maven. I successfully ran the commands from this website:
www.pgrs.net/2011/10/30/using-local-jars-with-leiningen/ to create a local maven repository, but how do I access the methods in the jar now? I created a project using leiningen with eclipse and counterclockwise and I add the following to core.clj in the src directory to import the jar: (import 'stanford-corenlp) where stanford-corenlp is the name of the directory in the local maven repository. However, I get the error: ClassNotFoundException stanford-corenlp java.net.URLClassLoader$1.run (URLClassLoader.java:217) Thanks in advance for your help. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.