On Wed, 10 May 2006 13:58:36 +0200, Thomas Richter
<> wrote, quoted or indirectly quoted someone
who said :
> Unfortunately, the compilation of the
>generated java code then fails with the infamous "code too large" error.
If you code is too large, the problem is the JVM byte code addressing
can't span the method. You need to do something to make the generated
code shorter or to split it up. See what you could pull off with some
anonymous classes. I would disassemble the code to see if you can see
any patterns you might encapsulate or code that is inlining
excessively long.
see
http://mindprod.com/jgloss/disassembler.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.