On Jan 2, 10:44 am, "Stephen C. Gilardi" <[email protected]> wrote:
> 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
> 3KViewDownload

I checked, and the classpath (compile-path) is the "classes" directory
in my clojure folder, so I put the file in there, and tried to compile
it, it gave me

java.io.FileNotFoundException: Could not locate rayne__init.class or
rayne.clj on classpath:  (NO_SOURCE_FILE:0)

but when I placed the file back into the clojure directory, it gave me
the old error, but still produced 2 class files.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to