On Jan 2, 2009, at 11:37 AM, Rayne wrote:
into a file called rayne.clj and started it clojure, and typed (compile 'rayne). The compilation produced 2 different class files, but it gave me a class not found error saying it couldn't find rayne $_main__32.class. It produced the class files, but gave me an error.. O_o. I'm on a windows vista PC by the way, thanks.
To compile successfully, Clojure requires that both the source file and the directory where the files will be stored (*compile-path*) be in Classpath at the time Clojure is launched.
The error you're getting sounds like that condition is not met in your case. Please check that.
--Steve
smime.p7s
Description: S/MIME cryptographic signature
