Skip to content

Instantly share code, notes, and snippets.

@ekoontz
Created February 6, 2011 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekoontz/813238 to your computer and use it in GitHub Desktop.
Save ekoontz/813238 to your computer and use it in GitHub Desktop.
ekoontz@ekoontz:~/compojure$ lein repl
REPL started; server listening on localhost:60551.
user=> (use 'compojure.core ring.adapter.jetty) (require '[compojure.routes :as routes])
java.lang.ClassNotFoundException: ring.adapter.jetty (NO_SOURCE_FILE:1)
java.io.FileNotFoundException: Could not locate compojure/routes__init.class or compojure/routes.clj on classpath: (NO_SOURCE_FILE:0)
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment