I have a very long sql and it's size is more than 150000 byte . I tried run it in derby editor. When I want to run, editör throws this error
Java class file format limit(s) exceeded: method1:e1 code length (158045 > 65535) in generated class
Is there any way to increase this limit ?
ps: I don't want to divide code to a few pieces. And I don't want to use temporary table.