Search:

Type: Posts; User: nitrogenFingers

Search: Search took 0.07 seconds.

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

    Thanks for your response Mr. 777. I'm running this on a 64 bit machine, and a fairly powerful one at that. Changing memory allocation to stack and heap
    in Java through command line options hasn't...
  2. Re: Bizarre Issue with Scanner Failing to "notice" rest of file

    For your interest RmSc I've included a SSCCE, though the code works fine for a portion of the file:




    Scanner reader;
    String filename = "";
    try {
    filename = args[0] + ".csv";
    ...
  3. Bizarre Issue with Scanner Failing to "notice" rest of file

    I'm working on a rather irritating problem, and was hoping someone might have gone through something similar.

    I'm trying to convert a massive amount of microsoft excel data into a format easy to...
Results 1 to 3 of 3