Using 1.3.0-RC0 I can't seem to access clojure.lang.DynamicClassLoader's public static fields. Is there something else preventing me from doing this?
;user=> clojure.lang.DynamicClassLoader/classCache CompilerException java.lang.RuntimeException: Unable to find static field: classCache in class clojure.lang.DynamicClassLoader, compiling: (NO_SOURCE_PATH:1) ;user=> clojure.lang.DynamicClassLoader/rq CompilerException java.lang.RuntimeException: Unable to find static field: rq in class clojure.lang.DynamicClassLoader, compiling: (NO_SOURCE_PATH:1) -- 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