On Jul 21, 5:50 pm, Tamreen Khan wrote:
> Hmm, I have clojure.jar, but not clojure-1.3.jar in clojurescript/lib
>
>
>
> On Thu, Jul 21, 2011 at 5:49 PM, Tamreen Khan wrote:
> > Yes. It worked fine.
>
> > On Thu, Jul 21, 2011 at 5:48 PM, Devin Walters wrote:
>
> >> Did you run script/bootstrap?
Changing colons to semicolons did it! I guess since the classpath is a
string that's passed to Java it still treats it like it would any path on
Windows, even though I'm using it through Cygwin.
Thanks again!
On Thu, Jul 21, 2011 at 6:49 PM, Brenton wrote:
> That clojure.jar file is clojure 1.3
That clojure.jar file is clojure 1.3.
Something is wrong with the classpath.
Here are a couple of things to try:
- when using a batch file the classpath must be delimited with
semicolons instead of colons
- try replacing lib/* with an explicit list everything that is in lib
- something like lib/
Hmm, I have clojure.jar, but not clojure-1.3.jar in clojurescript/lib
On Thu, Jul 21, 2011 at 5:49 PM, Tamreen Khan wrote:
> Yes. It worked fine.
>
>
> On Thu, Jul 21, 2011 at 5:48 PM, Devin Walters wrote:
>
>> Did you run script/bootstrap?
>>
>> You need a clojure-1.3 jar in your clojurescrip
Yes. It worked fine.
On Thu, Jul 21, 2011 at 5:48 PM, Devin Walters wrote:
> Did you run script/bootstrap?
>
> You need a clojure-1.3 jar in your clojurescript/lib directory.
>
> On Thursday, July 21, 2011 at 4:45 PM, Tamreen Khan wrote:
> > Hi everyone, I'm trying to get the repl for Clojuresc
Did you run script/bootstrap?
You need a clojure-1.3 jar in your clojurescript/lib directory.
On Thursday, July 21, 2011 at 4:45 PM, Tamreen Khan wrote:
> Hi everyone, I'm trying to get the repl for Clojurescript to start under
> Windows but keep running into the following error:
>
> Excepti