String filename = . . .; FileReader reader = new FileReader(filename); Scanner in = new Scanner(reader);