Hope that someone will help me or clarify this problem: - when I run example 2dplot.clj from command line it is compiled and run - but in emacs it never end with compiling
Here is my swank-clojure-cmd from emacs: ("java" "-server" "-classpath" "d:/tools/clojure/target/clojure- lang-1.0-SNAPSHOT.jar;d:/tools/java/lib/gluegen-rt.jar;d:/tools/java/ lib/j3dcore.jar;d:/tools/java/lib/j3dutils.jar;d:/tools/java/lib/ jline-0.9.94.jar;d:/tools/java/lib/joalmixer.jar;d:/tools/java/lib/ jogl.jar;d:/tools/java/lib/vecmath.jar" "clojure.lang.Repl") >From .emacs : .... (setq swank-clojure-extra-classpaths (directory-files "d:/tools/java/ lib" t ".*.jar")) 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---