Thanks! It works! For someone like me, here is an example code. Case 1: clj file /Users/chanwoo/Documents/lisp/clojure/code/clojure/contrib/duck- streams/duck-stream.clj
(add-classpath "file:///Users/chanwoo/Documents/lisp/clojure/code/") (use 'clojure.contrib.duck-streams) Case 2: Test class in test.jar /Users/chanwoo/sandbox/temp/test.jar (add-classpath "file:///Users/chanwoo/sandbox/temp/") (import '(test Test)) --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---