I'm suspecting you're compiling one part of your code under 1.6, and running
under 1.5 (or vice versa) and some internal APIs have changed their return
types slightly - causing all manner of oddness.   I've had this before when
one of the 1.6 methods returns a CharSequence instead of a String under one
VM and not the other.


-- 


On Thu, Jun 25, 2009 at 1:59 PM, CuppoJava <patrickli_2...@hotmail.com>wrote:

> java.lang.IllegalArgumentException: No matching method found:
> substring for class java.lang.StringBuilder

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