Hi people!

I just cloned the current clojurescript repo, in a Windows 2008 server
machine, and follow the instructions:
https://github.com/clojure/clojurescript/wiki/Windows-Setup
https://github.com/clojure/clojurescript/wiki/Quick-Start

But when I run .\script\repl.bat and tried (require '[cljs.repl :as repl]),
a FileNotFoundException raised:

.... this is the java VM with calculated CLASSPATH
C:\Git\clojurescript>java -server -cp
"c:\Git\clojurescript\src\clj;c:\Git\clojurescript\src\cljs";c:\Git\clojurescript\lib\clojure-1.3.0-beta1.jar;c:\Git\clojurescript\lib\compiler.jar;c:\Git\clojurescript\lib\goog.jar;c:\Git\clojurescript\lib\guava-13.0.1.jar;c:\Git\clojurescript\lib\js.jar""
clojure.main
Clojure 1.3.0-beta1
user=> (require '[cljs.repl :as repl])
FileNotFoundException Could not locate clojure/instant__init.class or
clojure/instant.clj on classpath:   clojure.lang.RT.load (RT.java:430)

My lib folder
10/18/2012  08:24 AM         3,398,424 clojure-1.3.0-beta1.jar
10/18/2012  08:28 AM         5,856,710 compiler.jar
10/18/2012  08:27 AM         3,711,975 goog.jar
10/18/2012  08:28 AM         1,891,110 guava-13.0.1.jar
10/18/2012  08:30 AM         1,122,370 js.jar

Any clues? Some month ago, I run the repl with success. But now, I'm trying
in this new machine, and something goes wrong.

Same exception is I run .\script\repljs.bat

TIA

Angel "Java" Lopez
@ajlopez

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