Hi,
I am trying to install compojure as it is described in
http://en.wikibooks.org/wiki/Compojure/Getting_Started.
It works fine on ubuntu, but I could not get it working on WinXP
I get compojure, from git
did ant clean, ant deps, ant.
Created described bat file, it gives me to the repl, but when I try to
use compojure, I get an error
c:>java -cp "compojure.jar;deps/clojure-contrib.jar;deps/
clojure.jar;deps/commons-codec-1.3.jar;deps/commons-
fileupload-1.2.1.jar;deps/commons-io-1.4.jar;deps/grizzly-http-
servlet-1.9.10.jar;deps/grizzly-http-webserver-1.9.10.jar;deps/
jetty-6.1.15.jar;deps/jetty-util-6.1.15.jar;deps/servlet-
api-2.5-20081211.jar" clojure.lang.Repl
Clojure 1.0.0-
user=> (use 'compojure)
java.lang.NoClassDefFoundError: clojure/lang/RT (NO_SOURCE_FILE:0)
It works, if I copy compojure.jar to deps folder and invoke java -
Djava.ext.dirs clojure.lang.Repl
I cannot use -Djava.ext.dirs, because I have problems when working
with ssl.
That is why I would like to start compojure with -cp.
May you give me a clue what I am doing wrong?
Regards, AngelP