Thanks Jim, That fixed the issue. I did not know that I can access the classes without importing them.. Sunil.
On Thu, Oct 18, 2012 at 9:14 PM, Jim foo.bar <[email protected]> wrote: > On 18/10/12 16:27, Sunil S Nandihalli wrote: > >> Hi Everybody, >> class name clashes on importing same named classes from different >> java-packages into same clojure namespace. Is this expected. I think that >> it should be possible to import them and can be used by completely >> qualifying the class name with the appropriate java-package name. >> Thanks, >> Sunil. >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> clojure+unsubscribe@**googlegroups.com<clojure%[email protected]> >> For more options, visit this group at >> http://groups.google.com/**group/clojure?hl=en<http://groups.google.com/group/clojure?hl=en> >> > > simply don't import them...just use the fully-qualified name > > Jim > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscribe@**googlegroups.com<clojure%[email protected]> > For more options, visit this group at > http://groups.google.com/**group/clojure?hl=en<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 [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
