Hello everybody, I tried Clj3D available from git://github.com/CharlesStain/clj3D.git . This depends on Incanter among other things .. I encountered the same problem as I had encountered before .. I get
error: java.lang.ClassNotFoundException: incanter.Matrix (internal.clj:19) This is what I had got before when I tried to use Incanter. This time however, I tried to investigate it a little further. I ran "cake uberjar" and unzipped the jar in a temporary directory and tried to look for the "classfile" corresponding to incanter.Matrix. And I found that there was not class file but a Matrix.java. It was the only java file in the complete unzipped files and I ( given that I am not familiar with Java) deduced that this could be the source of the problem.. It is not creating a classfile for "incanter/Matrix" .. It looks like the way it is setup to compile files in Incanter is somehow not compiling this particular java file. Without knowing much about how leiningen/cake compiles java files .. I think it was wrong that I found the java file in the same directory as clj files. Any help would be greatly appreciated. Thanks, Sunil. p.s. the path of Matrix.java in the unzipped jar file is "./incanter/Matrix.java" -- 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 Note that posts from new members are moderated - please be patient with your first post. 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