Skip to content

Instantly share code, notes, and snippets.

@ekoontz
Created February 6, 2011 08:46
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/813236 to your computer and use it in GitHub Desktop.
Save ekoontz/813236 to your computer and use it in GitHub Desktop.
ekoontz@ekoontz:~/compojure$ lein repl
REPL started; server listening on localhost:25954.
user=> (ns hello-world
(:use compojure.core, ring.adapter.jetty)
(:require [compojure.route :as route]))
java.io.FileNotFoundException: Could not locate ring/adapter/jetty__init.class or ring/adapter/jetty.clj on classpath: (NO_SOURCE_FILE:1)
hello-world=>
@Sv2j5Pi
Copy link

Sv2j5Pi commented Jan 6, 2012

:dependencies [.....
[ring/ring-jetty-adapter "1.0.1"]
[ring/ring-servlet "1.0.1"]
....]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment