Skip to content

Instantly share code, notes, and snippets.

@bhenry
Created October 18, 2011 20:47
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 bhenry/1296675 to your computer and use it in GitHub Desktop.
Save bhenry/1296675 to your computer and use it in GitHub Desktop.
=== public final java.lang.Class ===
[ 0] static forName : Class (String)
;;subset of (clojure.contrib.repl-utils/show Class)
;; how do i use forName method.
(.forName Class "mystringhere")
;;results in
No matching field found: forName for class java.lang.Class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment