I tried to run simple program which needs prxml
library like in this example. Unfortunately, when I do (use 'clojure.contrib.prxml)
I get
FileNotFoundException Could not locate clojure/contrib/prxml__init.class or clojure/contrib/prxml.clj on classpath:
clojure.lang.RT.load (RT.java:443)
I am running this in REPL
on Fedora 18 with these packages installed
- clojure.noarch
- clojure-contrib.noarch
- clojure-compat.noarch
- clojure-maven-plugin.noarch
EDIT
It seem to work when I run my REPL through Leiningen with lein repl
. So what's the difference regarding to that library?