Search:

Type: Posts; User: Dr.Code

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,396

    [SOLVED] Re: Help with reading from file

    LOL! I'm so stupid...
    Thx man!
  2. Replies
    6
    Views
    1,396

    [SOLVED] Re: Help with reading from file

    Right, here's the code:



    package trust.src;

    import java.awt.List;
    import java.io.BufferedReader;
    import java.io.File;
    import java.io.FileReader;
  3. Replies
    6
    Views
    1,396

    [SOLVED] Re: Help with reading from file

    Omg, this is crazy. I backtracked the error and fixed it, but when I print out each line in the line array.
    I get, instead of 20 lines, 599 lines! I have no idea why.

    here is my text file(I know...
  4. Replies
    6
    Views
    1,396

    [SOLVED] Help with reading from file

    I am currently making a program to read each char in a text file and adding it into an array.
    The problem is that it can't find the file. I have tried to print out the absolute path and the path is...
Results 1 to 4 of 4