Skip to content

Instantly share code, notes, and snippets.

@ekoontz
Created February 6, 2011 08:34
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/813227 to your computer and use it in GitHub Desktop.
Save ekoontz/813227 to your computer and use it in GitHub Desktop.
ekoontz@ekoontz:~/compojure$ clj
Clojure 1.2.0
user=> (ns hello-world
(:use compojure.core, ring.adapter.jetty)
(:require [compojure.route :as route]))
java.lang.ClassNotFoundException: org.mortbay.jetty.handler.AbstractHandler (jetty.clj:1)
hello-world=>
ekoontz@ekoontz:~/compojure$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment