Please help me to do this. I have to retrieve data from website url and show it in form using lwuit html component. But I have retrieved the data from html component and while showing it shows out of memory eror.
My app jar size; 1579 KB SDK : Nokia SDK 1.0 for java SDK heap size:4 MB SDK jar size: 2 MB
htmlComp.setPage(URL);
htmlComp.getDocumentInfo().setPostRequest(true);
htmlComp.setIgnoreCSS(true);
htmlComp.getDocumentInfo().setEncoding("UTF-8");
I don't know why it run out of memory error