Search:

Type: Posts; User: ChristopherLowe

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    1,319

    Re: Problem with Scanner

    Glad to help.

    Happy coding :cool:
  2. Replies
    7
    Views
    1,319

    Re: Problem with Scanner

    Well I saved the file you shared and made a few modifications to your code (just sanity stuff, nothing really changed)


    Scanner scanner;
    int lineNumber = 0;

    try {
    scanner = new...
  3. Replies
    7
    Views
    1,319

    Re: Problem with Scanner

    Drop the file in Pastebin. Whatever is going on is an issue with the text file, not the code.
  4. Replies
    7
    Views
    1,319

    Re: Problem with Scanner

    I'd hazard a guess to say that there is some funky encoding in the text file that is messing around with the Scanner. Try specifying the charset to something like UTF-8 and see if that helps:


    ...
Results 1 to 4 of 4