> . And cygwin uses ':' as a CLASSPATH
> separator, so correct these too at the bottom of the script.

Hm, Classpath is tricky to set up correctly in cygwin.

The JVM executable in Windows expects your classpath to be separated
with a semicolon, so even if you're on cygwin, you should use that.


On Jul 20, 5:47 am, eGlyph <egl...@gmail.com> wrote:
> > The above is the content of my class path. Is there anything wrong?
>
> It seems your clojure.jar isn't in the classpath. It's tweaked in the
> first lines of the script. And cygwin uses ':' as a CLASSPATH
> separator, so correct these too at the bottom of the script.

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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