how to solve this ERROR --java.lang.OutOfMemoryError: Java heap space
I am Trying to read one TEXT file line by line. file size is approx. 7 MB or it contain approx. 35000 line of text.
i am processing that file and export data into another file.
mean while after some line i get error like below,
java.lang.OutOfMemoryError: Java heap space
After this error process stop.
my application is in Java Swing and i m using java 1.5 version of SDK and JRE.
is it a JDK version Problem?
please can any one give me appropriate solutions for this.
give me answer please.............