Skip to content

Instantly share code, notes, and snippets.

@elliot42
Created July 30, 2014 16:47
Show Gist options
  • Save elliot42/8c8fb167fa2f0ceb7c1d to your computer and use it in GitHub Desktop.
Save elliot42/8c8fb167fa2f0ceb7c1d to your computer and use it in GitHub Desktop.
user=> (:require [datomic.api :as d]
#_=> [clojure.data.codec.base64 :as b64]
#_=> (intake-mixpanel
#_=> [config :as config]
#_=> [util :as util])
#_=> [intake-mixpanel.datomic.schema :as schema])
CompilerException java.lang.ClassNotFoundException: datomic.api, compiling:(/tmp/form-init18989935185954061.clj:1:1)
user=> (require '[datomic.api :as d])
@elliot42
Copy link
Author

Whenever you see class not found exception while trying to require stuff, especially stuff we are unlikely to have broken, then it's just a mistake in the require syntax.

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