Why I dont have the clojure.jar files automatically download in my project directory?

I am using IntelliJ IDEA 10.0.3 and Ln Clojure 0.3.74.

When I create a new Clojure project, on the 3rd step of new project, It seys, Download libraries.

according to this video tutorial , http://www.youtube.com/watch?v=Y8d9VNL-2Is

The clojure jar files should be downloaded automatically. But it doesn't. I dont have any clojure.jar in my Project/lib

I created a custome configuration called "new_config"

and when I try to run the program, an error occues saying "Error running new_config: Clojure classes are not attached to module." Then it takes me to the Project Structure dialog box.

I can run the program using the second way(in the video)
But, I can do Tools > Clojure REPL > Load file to REPL and It starts the REPL and I can run my code.

Q: Why I dont have the clojure.jar files automatically download in my project directory?

0

请先登录再写评论。