I haven't seen a clear argument about the classpath variable one way
or another.  I also haven't figured out an elegant way to deal with
it.

I have no problem running a shell script from a terminal I want to
develop with to setup classpath to be exactly what I expect it to be
on a unix system.  On windows, this is a little strange.

One thing I am certain about is that as my java setup gets more
advanced and I start using more interesting jars and jnilibs, my
classpath and my java.library.path are both going to get more
complex.  I am certainly *not* going to repeat my non-trivial
classpath into my .emacs file thus forcing myself to change something
difficult to get correct in the first place in at least two places.

On windows it appears that java correctly using the path env. variable
to load jni libs.  On Mac, it doesn't.  One huge improvement would be
that any binary libs, be they jni libs *or* dlls that java finds next
to jars in the classpath are eligible for loading on both systems.
Thus I don't have to setup my java loading system using two completely
unrelated environment variables.  Using JOGL and clojure on windows
and mac has brought at lot of the pain of java right to the forefront
in my case.

Chris

On Feb 5, 11:21 am, Tom Emerson <tremer...@gmail.com> wrote:
> On Wed, Feb 4, 2009 at 4:36 PM, chris <cnuern...@gmail.com> wrote:
>
> [snip]
>
> > My slime setup currently fails completely on windows, however.  The
> > slime repl never starts; is there a way to get slime to dump all of
> > its communication (both ways, not just sending) to a file?
>
> Ditto, I'm still busted on Windows with the latest snaps of
> everything, just as I was a couple of weeks ago. Haven't tried
> installing on my Ubuntu box yet to see if this is indeed windows
> specific.
>
>     -tree
>
> --
> Tom Emerson
> tremer...@gmail.comhttp://treerex.blogspot.com/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to