I'm still not certain what you're asking after here. The JVM comes with a sizable standard library, documented here:
http://download.oracle.com/javase/6/docs/api/ and then you have at your feet the entirety of the Java library ecosystem. It's big. Pending your obtaining the library(ies) you'd like to work with and adding their jars to your classpath, you can call them using the interop forms detailed here: http://clojure.org/java_interop Hopefully this is helpful? - Chas On May 23, 2011, at 12:16 PM, octopusgrabbus wrote: > I apologize for not being clearer in why I asked this question. While > learning Clojure, I thought it would be helpful to have some Java > objects/primitives documentation to know what I can call in Clojure. > Thanks and sorry for the too brief original post. > > On May 23, 10:01 am, octopusgrabbus <octopusgrab...@gmail.com> wrote: >> What are some recent books that cover Java objects and primitives? > > -- > 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 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