I have a small program that works fine on most files.
But since I try to read this incredible huge tab sperated file it gives me after a while an java.lang.ArrayIndexOutOfBoundsException at an split function.
Can this also be becasue the file is too big and my computer here doesn't have enough memory?
Becasue when running this almost the max. in memory is used. (I do not have much memory on this computer I am now on...)
Becasue all the program realy does is reading the file and printed the split data to a new file. :S