Do you have multiple versions of javassist on your classpath? Take a
look at this thread:
http://old.nabble.com/-t5--upgrade-to-java-6-and-javassist-td25295834.html
If you're trying to run on Google App Engine, take a look here:
http://dmitrygusev.blogspot.com/2009/10/develope-java-applications-
It might be because you have 1.6 as your java compile target. We use target
1.5, we get similar errors as you list here when using 1.6.
On Wed, Mar 10, 2010 at 6:30 AM, N T R PHANI KUMAR wrote:
> I am facing *Invalid length ... in LocalVariableTable* error for some of
> the tapestry page java fil
I am facing *Invalid length ... in LocalVariableTable* error for some of
the tapestry page java files
what could be the reason for this?
thanks