Out Of Memory Error
Brought to you by:
anime20005
When processing large image file this exception will occur. This problem is occur because the JVM is not enough space, this error can be prevent by increase the heap size when running the jar file: java -Xms512m -jar J2P.jar. Developer still fix this bug using JAI (Java Advanced Image), the idea is to process the large file using tile.