Skip to content

Instantly share code, notes, and snippets.

@ieure
Created January 26, 2012 20:17
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 ieure/dae8f53f89388e8e1b76 to your computer and use it in GitHub Desktop.
Save ieure/dae8f53f89388e8e1b76 to your computer and use it in GitHub Desktop.
(ns test.core)
(gen-class :name TestClass
:extends Object)
(defn -main [& args]
(TestClass.))
Exception in thread "main" java.lang.IllegalArgumentException: Unable to resolve classname: TestClass (core.clj:7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment