P
Pixelschubser
Hi @ all,
I've got a big problem, and i hope to find some answers here
Actually i am trying zu read an Excel-file in Java. That works quit
good, until the file is not too big. I've got a 3 MB Excel file, and it
does not work.
At this point:
HSSFWorkbook wb = new HSSFWorkbook(fs);
i get an error message
rg.apache.jasper.JasperException: Java heap
space
So i treid to configure my heap-settings, but i don't know how. In the
IntelliJ manual stands, that i have to click on preferences, but there
is not such an icon anywhere on the screen.
I really don't know what to do. Has anyone an idea ?
Thx a lot.
Regards
Andi
I've got a big problem, and i hope to find some answers here
Actually i am trying zu read an Excel-file in Java. That works quit
good, until the file is not too big. I've got a 3 MB Excel file, and it
does not work.
At this point:
HSSFWorkbook wb = new HSSFWorkbook(fs);
i get an error message
space
So i treid to configure my heap-settings, but i don't know how. In the
IntelliJ manual stands, that i have to click on preferences, but there
is not such an icon anywhere on the screen.
I really don't know what to do. Has anyone an idea ?
Thx a lot.
Regards
Andi