Search:

Type: Posts; User: Mr.777

Search: Search took 0.15 seconds.

  1. Re: Bizarre Issue with Scanner Failing to "notice" rest of file

    reader.nextLine();

    Here.... and i hope you read the whole post......
  2. Re: Bizarre Issue with Scanner Failing to "notice" rest of file

    Sure, it doesn't seem to be a memory issue as no such error generated by JVM, well, you might give it a try without buffering into the memory and check the results. Good Luck.
  3. Re: Bizarre Issue with Scanner Failing to "notice" rest of file

    Well, the problem may be the lack of the memory but JVM must throw an exception about OutofMemory.
    Well, JVM is memory limited so i guess there are different memory limits for 32 bit and 64 bit...
  4. Re: Bizarre Issue with Scanner Failing to "notice" rest of file

    Well, why don't you try converting your file date to byteArray and then start parsing it?
Results 1 to 4 of 4