Search:

Type: Posts; User: phyzix5761

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,276

    Re: extracting file content into array

    Found the solution. Had the data folder in the wrong place. Thanks for your help!
  2. Replies
    3
    Views
    1,276

    Re: extracting file content into array

    java.io.FileNotFoundException: data/subjects.txt (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.jav a:120)
    at...
  3. Replies
    3
    Views
    1,276

    extracting file content into array

    Hello, I am fairly new to Java and I'm working on some code that is supposed to open a file and copy each line into an array. But the problem is that it returns an IOException and doesn't complete...
Results 1 to 3 of 3