> Wow, that's a lot of things that have to be in the classpath!
>
> In your example the namespace is fj.tests.process.
> You say the classpath must contain:
> 1) the "fj" directory
> 2) the "process" directory
> 3) the "classes" directory where the .class files will be written
>
> I would have guessed I'd only need the directory that contains the fj
> directory in the classpath and that it would find the fj and process
> directories from there. I understand why I'd need the classes
> directory in the classpath when I'm ready to use the .class file, but
> why do I need it when I'm only compiling the .clj source file?
>   



For compiling, you don't need more than the top folder and the folder 
with the .clj file.
But it's just convenient to have the 3 of them, so when running the 
class' main, the classpath is the same.

Albert

-- 
Albert Cardona
http://albert.rierol.net


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to