You also need the Clojure core library source on your classpath, specifically the src/clj directory - that's where Clojure will look to load the core library .clj files.
You might also set up your Eclipse project with an Ant builder on the build.xml to build the "build" target after clean. Or possibly the Maven pom.xml and maven builder. Then set up a launch target that runs clojure.main and debug it and you should be set. On Monday, May 26, 2014 7:21:04 AM UTC-5, Kashyap CK wrote: > > Hi, > I am trying to build clojure using eclipse. > > After importing all the java sources under clojure/src/jvm into a "java > project" I tried to "run" repl as a java application - Upon doing so, > loadClassForName in RT.java throws "class not found" exception while trying > to load "clojure.core__init.class" file. > > I am probably missing some setup step. I'd appreciate it very much if > someone could point me to what I need to do to build/step through clojure's > java source in eclipse? > > Regards, > Kashyap > > -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
