Re: Multiple java class import

2012-12-09 Thread Yinka Erinle
Thanks On Sunday, December 9, 2012 3:11:02 PM UTC, Jim foo.bar wrote: > > Rich explains why here: > > https://groups.google.com/forum/?fromgroups=#!msg/clojure/-gCg_0wmT5o/H7WobsV-yt0J > > Jim > > > On 09/12/12 15:06, Yinka Erinle wrote: > > Thanks Jim. > I wonder why. > > On Sunday, December

Re: Multiple java class import

2012-12-09 Thread Jim - FooBar();
Rich explains why here: https://groups.google.com/forum/?fromgroups=#!msg/clojure/-gCg_0wmT5o/H7WobsV-yt0J Jim On 09/12/12 15:06, Yinka Erinle wrote: Thanks Jim. I wonder why. On Sunday, December 9, 2012 2:43:54 PM UTC, Jim foo.bar wrote: Unfortunately you have to import each class separ

Re: Multiple java class import

2012-12-09 Thread Yinka Erinle
Thanks Jim. I wonder why. On Sunday, December 9, 2012 2:43:54 PM UTC, Jim foo.bar wrote: > > Unfortunately you have to import each class separately...no wild-cards > in ns declarations :-( > > Jim > > On 09/12/12 14:21, Yinka Erinle wrote: > > Hi, > > > > Is it possible to import multiple j

Re: Multiple java class import

2012-12-09 Thread Jim - FooBar();
Unfortunately you have to import each class separately...no wild-cards in ns declarations :-( Jim On 09/12/12 14:21, Yinka Erinle wrote: Hi, Is it possible to import multiple java classes using import? e.g (import '(java.naming.*)) Or will I have to import each class separately? Thanks, Yin

Multiple java class import

2012-12-09 Thread Yinka Erinle
Hi, Is it possible to import multiple java classes using import? e.g (import '(java.naming.*)) Or will I have to import each class separately? Thanks, Yinka. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cloj