On 22/08/2014 07:54, Serzh Nechyporchuk wrote:
You should import LinkedBlockingQueue to your namespace.

    (ns ...
      (:import java.util.concurrent.LinkedBlockingQueue))  (recommended way)
    or
    (import 'java.util.concurrent.LinkedBlockingQueue)

Why do this error is misleading for you?


Because the original error made no mention of this. Only a reference to the last function call:

(testf 42)

I'm also pretty sure I had the function containing this Java call working in my Emacs buffer before I added the testf function.

gvim

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to