On 15/05/13 13:08, Gregg Reynolds wrote:
The errors I get involve finding the class. But calling the functions from clojure works just fine. It's not a classpath problem because the same thing happens using command line processing with explicit classpath (see the test.sh files in the repo).

I'm not sure if this helps you but class-files generated by Clojure reside on memory where the default URLClassloader cannot look. You'll have to use Clojure's dynamic-classloader to load the class-files of functions...you can get a hold of the DynamicClassloader from Java by calling Thread.currentThread().getContextClassloader(), assuming of course that you're working on a Clojure project...

Jim

ps: I have no idea what Xalan & Saxon are and what your code is trying to do, but this particular paragraph of yours screams class - loading issues...

--
--
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.


Reply via email to