My guess is it was set via
Thread.currentThread().setContextClassLoader()...?

On Sun, Mar 17, 2013 at 3:07 AM, Víctor M. Valenzuela <v...@vemv.net> wrote:

> Yeah I was working in that direction now!
>
> Anyway, how come (Class/forName) can work if used from the repl? My
> understanding is that the classloader provided by Class is different from
> DynamicClassLoader.
>
>
> On Sun, Mar 17, 2013 at 3:01 AM, Michael Klishin <
> michael.s.klis...@gmail.com> wrote:
>
>>
>> 2013/3/17 vemv <v...@vemv.net>
>>
>>> I guess that somehow the Java library uses a different classloader or
>>> something like that? Any possible solution?
>>
>>
>> Clojure itself uses a separate classloader: a
>> clojure.lang.DynamicClassLoader instance.
>>
>> If you can use an instance of that classloader, you should be fine.
>> --
>> MK
>>
>> http://github.com/michaelklishin
>> http://twitter.com/michaelklishin
>>
>> --
>> --
>> 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 a topic in the
>> Google Groups "Clojure" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/clojure/-n3jul1IeZ8/unsubscribe?hl=en.
>> To unsubscribe from this group and all its topics, send an email to
>> clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>

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