Whenever I had to do this, I put the java code in a separate java
file in IntelliJ, and let it figure out the list of imports.

I then paste them into clojure.

Works well since I also use IntelliJ for clojure anyway.

On Tue, Feb 2, 2010 at 10:31 PM, Timothy Pratley
<timothyprat...@gmail.com> wrote:
> Hi,
>
> I've found myself a few times in a situation where I'm banging some
> java code into clojure, and the java source uses import foo.* blah.*
> bar.*   Now Clojure requires explicit class naming (which I fully
> support) so I end up spending a good slice of time googling "java
> SomeWierdClass someapi" to get all the import names, recompile, find
> next one, google, update... its a very slow cycle. How do other people
> do this?
>
>
> Regards,
> Tim.
>
> --
> 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



-- 
Omnem crede diem tibi diluxisse supremum.

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