[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.birt] Re: Scripted Data Source Error
|
- From: coelho@xxxxxxxxxxxxxxxx (Marcio Jota Coelho)
- Date: Thu, 16 Oct 2008 20:00:20 +0000 (UTC)
- Newsgroups: eclipse.birt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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..