Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    2,540

    Re: using Scanner for 75mb file

    That last exception "java.lang.ArrayIndexOutOfBoundsException" says a lot, especially if those are not being caught. There is possibly something in your processLine function that is the culprit
  2. Replies
    5
    Views
    2,540

    Re: using Scanner for 75mb file

    Depending upon if and how you are reading the data into memory, you may also need to set the maximum JVM memory (although based upon your description this may not be the problem - you should see an...
Results 1 to 2 of 2