thanks tassillo, that fixed it .. I didn't know that we can use the classes
with out importing them.
Sunil.

On Thu, Oct 18, 2012 at 9:07 PM, Tassilo Horn <t...@gnu.org> wrote:

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

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