As mentioned in a recent thread "class name clashes on importing classes of same name from different Java package", you can use the classes with fully qualified names without importing them at all.
I am not aware of any way to alias them. Andy On Oct 21, 2012, at 6:57 PM, JvJ wrote: > I'm trying to import some classes from a library (jpl), which have names > already taken by java.lang classes. > > When I try to import jpl.Float and jpl.Integer, I get exceptions due to name > clashes. Is there a way to alias the class names so that I can use them? -- 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