Hi,

Am 17.10.2008 um 03:12 schrieb Luc Prefontaine:

> This means that (clojure.lang.RT/classForName  
> "com.mysql.jdbc.Driver") has no effect on the static code in the  
> class.


You're right, RT/classForName doesn't do initialization.

Does this work for you?:

(Class/forName "com.mysql.jdbc.Driver" true (clojure.lang.RT/ 
baseLoader))

Kind regards,
achim


-- 
http://rauschabstand.twoday.net

--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to