Thursday, December 2, 2010

Installation Failed: Error 907 Invalid JAR output file: -1.cod code section too large: 65432 bytes


This error comes when one or more classes in your application produce more than 64K byte code. IE there is a limit of 64K for each COD file. It is good idea to create number of small classes instead of creating very large single class.

No comments: