When I evaluate (use \'hello) to load hello.clj, the REPL complains with the following error:
java.io.FileNotFoundException: Could not locate hello__init.cla
Does hello.clj contain a (ns some-namespace) statement? If so, then same_namespace is appended to the each element of the CLASSPATH before looking for hello.clj
(ns some-namespace)
same_namespace