Support - Error cod data section too large | |||
| |||
SummaryThis article applies to the BlackBerry® Java™ Development Environment (JDE). | |||
ProblemYou receive the following error: cod data section too large CauseA class definition contains too many string literals. ResolutionInstead of splitting up the project into libraries, associate some of the strings with other class definitions. Refer to the following examples: Original definition public class A { Modified definitions class S1 { Thus, the string definitions are associated with separate classes, which the RAPC compiler (rapc.exe) can distribute amongst the siblings. | |||
Keywordsdata, section, too, large, strings | |||
本文介绍了解决BlackBerry Java Development Environment中遇到的coddatasectiontoolarge错误的方法。该错误通常由类定义中包含过多字符串字面量引起。文章提供了通过将字符串分配给不同类定义来解决此问题的具体示例。
1万+

被折叠的 条评论
为什么被折叠?



