Search:

Type: Posts; User: sentimentGX4

Search: Search took 0.36 seconds.

  1. Replies
    5
    Views
    461

    [SOLVED] Re: Scanner problem

    I solved the problem! It was from some weird Scanner misshap by using another Scanner named "input" in another one of my classes and then closing it. Thank you so much! Next time, I'll remember to...
  2. Replies
    5
    Views
    461

    [SOLVED] Re: Scanner problem

    Thanks for the input! I updated the file with the code with the openFile() method. That is a contiguous block of code right there. There wasn't a lot in between. I just opened a new Scanner for...
  3. Replies
    5
    Views
    461

    [SOLVED] Scanner problem

    Here are some excerpts of my code...


    import java.util.*;
    import java.io.*;

    public class Driver2{

    private static String fileName;
    private static CLLOfRiders list = new CLLOfRiders();
Results 1 to 3 of 3