java heap space problem...
Hi all,
I am running a program in which i need to fill in an ArrayList with a list of around 1 million strings through 11 for-loops. While the list is being populated, the program throws a java.lang.outofmemoryerror:java heap space.
Any clues on how to correct this error, or on a more efficient method of filling the list?
Thankx :)

