I'm having some problems accessing child classes in the latest release
of Clojure:

user=> (import '(java.util Map))
nil
user=> Map
java.util.Map
user=> Map.Entry
java.lang.ClassNotFoundException: Map.Entry
user=> (import '(java.util.Map Entry))
java.lang.ClassNotFoundException: java.util.Map.Entry
user=> (import '(java.util Map.Entry))
java.lang.ClassNotFoundException: java.util.Map.Entry

Is this a bug, or am I just doing it wrong?

- James

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