Hi Alex,

I did some experimenting with Clojure and RMI and tried some things with 
classloading.
The READE at https://github.com/henrik42/rmi-examples is long-ish - sorry. 
At the end I used 
(defmacro compile-with-cl [body]
  (.addURL @Compiler/LOADER (java.net.URL. 
"http://127.0.0.1:8080/class-server/";))
  `(~@body))
to add an URL to the current Compiler/LOADER which did the trick for what I 
tried to do.
In the comments above the code I describe the problem you're having.
Hope that helps.

- Henrik


-- 
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/d/optout.

Reply via email to