Re: NoClassDefFoundError after I import with use on the repl?

2014-02-07 Thread larry google groups
I am grateful to you for testing. Your feedback sent me down a different road which lead me to the answer. I decided the repl was for some reason not working, so I thought I would run lein uberjar and see how the app ran, but when I ran lein uberjar I saw that I had an error that kept the app

NoClassDefFoundError after I import with use on the repl?

2014-02-06 Thread larry google groups
I imagine this question has been asked a million times before, but I can not find the answer. I was looking at Raynes/fs library: https://github.com/Raynes/fs/blob/master/src/me/raynes/fs.clj I wanted to check and see if iterate-dir returned a seq of strings (paths) or a seq of File objects

Re: NoClassDefFoundError after I import with use on the repl?

2014-02-06 Thread Andy Fingerhut
I tried to reproduce this behavior with the following environment, and didn't get this error. You may want to provide similar information for your environment in case it helps someone else track down the problem: Mac OS X 10.8.5 Oracle Java 1.7.0_15 Clojure 1.5.1 Leiningen 2.3.4 The following in