I created a gist
https://gist.github.com/KnowledgeGarden/39742ae9ae641f0d8facb31b288ece4c

which explains a ClassNotFoundException when I am importing and reifying a 
particular interface in another clj file.

It's really baffling because, in the load order, core calls a test in a 
test file - getting that to compile landed on the solution of an (:import 
...) statement; once that worked, then the code in that test calls another 
file AndList.clj which happens to have several places where it reifies the 
same interface. Except, with the same import statement, on that file, I get 
the error.  Difficult to even find a decent StackOverflow because one such 
StackOverflow appears to be very similar, and the suggested fix is what I 
have now.

Thanks in advance for ideas.
Jack

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/ffb09a94-5aa4-4600-8c9a-e0d00901df72n%40googlegroups.com.

Reply via email to