Sunil S Nandihalli <sunil.nandiha...@gmail.com> writes:

Hi!

> class name clashes on importing same named classes from different
> java-packages into same clojure namespace. Is this expected.

Yes, that's expected.  Import the one you are using more frequently and
access the other one qualified.

> it should be possible to import them and can be used by completely
> qualifying the class name with the appropriate java-package name.

Then why do you want to import them in the first place if you have to
qualify them?

Bye,
Tassilo

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

Reply via email to