Search:

Type: Posts; User: Starstreak

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,672

    Re: Reading a File

    http://www.javaprogrammingforums.com/whats-wrong-my-code/26264-java-program-reads-file.html
    Duplicate
  2. Replies
    6
    Views
    1,672

    Re: Java program that reads a file

    Your scanner is reading from System.in, where it should be reading from the file.

    Try and use NIO. The earlier stuff is classed as "legacy i/o".
    ...
Results 1 to 2 of 2