I found that I can use Chris Houser's repl-utils library (clojure.contrib.repl-utils/source or show) for poking into Java by reading Programming Clojure book page 20.
I searched the web and downloaded the 'clojure-contrib.jar', and set it as a part of classpath.
The problem is I can't run the following command
(use 'clojure.contrib.repl-utils)
on both command line clojure and emacs/slime.
What might be wrong? Is Chirs Houser's library is different from 'clojure-contrib.jar'?