I am using Clojurebox. If I import a Java class like this (import '(com.test.Test)) then C-c C-l ( JIT compilation ) does not work because this statement
(let [t (Test/test "Test")]) throws java.lang.Exception: No such namespace: Test (core.clj:23) I should be able to use this non-AOT compilation and run clojure code that calls a Java class. Is this right ? It works for the JDK classes though. -- 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
