On Oct 14, 2008, at 3:49 PM, Matthew D. Swank wrote:

> Anyone using clojure on a mac?

I am. I specify which clojure slime should run using "Swank Clojure  
Binary" (in customize). In my shell script, I specify my classpath  
using a "-cp $DIRS" command line argument and also specify a place to  
look for jars via a "-Djava.ext.dirs=$JAVAEXTDIR" argument.

The path to the "gen" folder is currently "./gen"--it's relative to  
the current working directory. When I updated my launch script to  
include that in classpath, it works for me both at the command line  
and under emacs using slime/swank.

--Steve


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to