What is the best way to load a big XML file that's 20-40 MB in size?
I have tried using DOMParser and DocumentBuilder but, all I get is the following as an error:
java.lang.OutOf MemoryError: Java heap space
I have tried using DOMParser and DocumentBuilder but, all I get is the following as an error:
java.lang.OutOf MemoryError: Java heap space
Comment