On May 18, 2009, at 16:34, Konrad Hinsen wrote:

> understand ant in any way), and I managed to obtain a jar file
> without any compiler error messages, but when I try to import
> persistentmatrix.core into clojure, it fails:
>
> java.lang.NoClassDefFoundError: clojure/lang/Sequential
> (NO_SOURCE_FILE:0)

Problem solved, sorry for the false alarm. My self-compiled jar file  
works fine when placed explicitly on the class path. What I had done  
is copy it to ~/Library/Java/Extensions on my Mac, and then it fails.  
If anyone can explain me why, I'd be happy, but for now I have found  
a solution, so I can go on exploring persistentmatrix!

BTW, I really don't like the name "matrix" for something that is not  
2D. I understand that "array" is taken, but how about something like  
"ndarray"?

Konrad.

--~--~---------~--~----~------------~-------~--~----~
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