Re: import doesn't work when jar was loaded with add-classpath ?

2008-12-13 Thread Eric Sessoms
Did you ever get this resolved? I just had the same thing start happening to me today, after not experiencing any problems with it as recently as yesterday. (What changed? I tried to install swank. Nuking swank did not fix the problem, tho.) Step by step: (add-classpath ...) ; seems to work, b

Re: Distributed concurrent applications in Clojure?

2008-11-28 Thread Eric Sessoms
On Nov 28, 5:01 am, "Michael Wood" <[EMAIL PROTECTED]> wrote: > > ;; YMMV > > (add-classpath > > "file:///opt/local/lib/erlang/lib/jinterface-1.4/priv/OtpErlang.jar") > > Using add-classpath, except at the REPL, is discouraged. True, it felt dirty doing that. My intent was to give someone who m

Re: Distributed concurrent applications in Clojure?

2008-11-27 Thread Eric Sessoms
For kicks, I've uploaded a little wrapper around JInterface to make it a little more lispy. It might make it a little easier for anyone interested in playing around with that option. http://clojure.googlegroups.com/web/erlang.clj On Nov 25, 8:11 am, Rich Hickey <[EMAIL PROTECTED]> wrote: > Jint