On Jun 25, 5:23 pm, "Stephen C. Gilardi" <squee...@mac.com> wrote:
> That error appears to be coming from a Java-level class loader (see  
> the ultimate "caused by" in the stack trace). If you search for it  
> using Google, you'll see it's appeared in contexts other than Clojure.  
> I read it as "I can't completely understand this .class file, failing,  
> here's a message an error code about why".
>
> I don't know in detail what the error means, but if I got it I would  
> try this: delete any class files and/or jar files I compiled  
> previously for this project and see if the problem happens when I'm  
> sure I'm loading a clojure source file. Then try compiling again to  
> check if the problem is reproducible.

Didn't work. Thinking it might be environment specific, and using
netbeans, so I'm posting it in the enclojure group too.

Meanwhile I guess I'll fall back on the old, tedious debugging method
for cases like this: break everything up into separate modules and try
to compile each one until I find the one with the error, and then
whittle that one down until I've isolated the particular bit of code
Clojure doesn't like, then try to figure out what, if anything, is
wrong with it and tweak it until it works.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to