You need to add it to -cp argument when starting up the REPL, not your environment CLASSPATH.
On Mon, Feb 2, 2009 at 9:05 PM, greg <gregory.hal...@gmail.com> wrote: > > I have recently enjoyed exploring clojure. > > I can use java... > C:\myprograms\clojure>java -cp clojure.jar clojure.lang.Repl > Clojure > user=> (into [] (.list (new java.io.File "c:/myprograms/clojure"))) > ["build.xml" "changes.txt" "clj.ico" "clojure.jar" "epl-v10.html" > "fractal.clj" > "Mandelbrot.class" "Mandelbrot.java" "pi.clj" "pom.xml" "readme.txt" > "REPL.bat" > "snake.clj" "src" "svninfo.txt" "test.clj"] > > I am having trouble getting jacob to work. Jacob is in my PATH and > CLASSPATH > > user=> (import '(com.jacob.com Dispatch)) > java.lang.ClassNotFoundException: com.jacob.com.Dispatch > (NO_SOURCE_FILE:0) > user=> > > pointers? > -thanks > > > > --~--~---------~--~----~------------~-------~--~----~ 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 clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---