What did you put in your project.clj file?
On Mon, Jun 17, 2013 at 6:30 PM, P Martin <[email protected]> wrote: > Hi, > > I want to get the clojure.math.numeric-tower namespace into my code using: > > > (require '[clojure.math.numeric-tower :as math]) > > > I also follow the directions on the github for the library to add a lein > dependency in Eclipse. Unfortunately, the code does not find the library, > even though the lein project pulls in the required jar. > > > FileNotFoundException Could not locate > clojure/math/numeric_tower__init.class or clojure/math/numeric_tower.clj on > classpath: clojure.lang.RT.load > > > What am I doing wrong? I am using Eclipse Juno and the CCW plugin. > > > Thanks! > > -- > -- > 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/groups/opt_out. > > -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles, LLC. -- http://worldsingles.com/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- -- 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/groups/opt_out.
