[jython] Problem with an huge dictionary

2010-05-17 Thread keobox
Hi, I apologize if this is not the right group for posting question related to jython. Please give me the right directions if this is the case. The question is: Is there a limit on the number of entries a dictionary can have i jython? I wrote a little app where my data is stored in a huge

Re: [jython] Problem with an huge dictionary

2010-05-17 Thread Allan Davis
KeoBox, Can i look at the jython file you are executing? the ClassFormatException is not with the size of the dictionary. Jython is failing on an import. thanks, -- Allan Davis Member of NetBeans Dream Team