Hi, I am basically a .Net programmer, trying out Clojure on both java and .net. I have the following bat file, which I use to run Clojure -
java -cp "C:\Program Files\Java\jdk1.6.0_13\jre\lib\rt.jar";D:\Manoj \Languages\Clojure\clojure\clojure-contrib.jar;D:\Manoj\Languages \Clojure\clojure\clojure.jar clojure.main Now once the REPL comes up, if I say (require 'java.util.Calendar) it gives me the following error - java.io.FileNotFoundException: Could not locate java/util/ Calendar__init.class o r java/util/Calendar.clj on classpath: (NO_SOURCE_FILE:0) I am unable to figure out the problem, even after setting the path to rt.jar (which I believe, contains the JDK classes). Thanks in advance for your help and replies. Manoj. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
