[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: Scripted Data Source Error

I found the problem.

Limitations of the Java Virtual Machine

http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#88659

The method is very big.... and the JVM limits the size of method in 64K.

I am searching in google for change this limit..