Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    2,046

    Re: Trying to read a CSV file !

    That is not from an ObjectOutputStream. It looks like a text file.
    Why are you using the ObjectInputStream?

    There are other ways to read a text file. The Scanner class is a simple one.
  2. Replies
    5
    Views
    2,046

    Re: Trying to read a CSV file !

    How was the file you are trying to read created?
    The ObjectInputStream constructor doesn't think that the file is in the correct format.

    Was the file created by an ObjectOutputStream?
  3. Replies
    5
    Views
    2,046

    Re: Trying to read a CSV file !

    Is there a problem? Can you explain what it is?
    Show: what the program does, why that is wrong and what you want it to do.

    Copy and paste here the full text of any error messages.
Results 1 to 3 of 3