I'm trying to get Clojure to work with axis2.
Anybody playing with that. The best I get is error message:
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Caused by: java.io.FileNotFoundException: Could not locate
eu/japina/jwitter__init.class or eu/japina/jwitter.clj on classpath:
at clojure.lang.RT.load(RT.java:409)
at clojure.lang.RT.load(RT.java:378)
at
and I have all the CLASSPATH things sorted out. Tried the jar file in console and it works.
Any ideas what to do?
B.