I'm working with LWUIT 1.5 to make my own theme to apply to my J2ME application. I've found a problem when I've added datas to my theme from Data tab in LWUIT Resource Editor. Those data files are .csv files.
When I run my application, It show me java.lang.OutOfMemoryError in my Eclipse console and it doesn't start.
I've found that several of this data files are causing this problem because their sizes are more than 100.000 bytes. Does it means that I need to use data more small? Does it means that exist a maximum size to that resources?
Any ideas?
Thank you