In my code, I have: (ns Test.core (:require clojure.contrib.sql) )
The error statement is the following: FileNotFoundException Could not locate clojure/contrib/sql__init.class or clojure/contrib/sql.clj on classpath: clojure.lang.RT.load (RT.java:443)
How do I fix this? Please give very detailed step by step instructions to doing this. I know there are other questions on this before but I'm unable to comment to ask and I can't exactly follow the instructions bc I'm new to eclipse manipulating files in general.
Please help.