Search:

Type: Posts; User: Spidey1980

Search: Search took 0.29 seconds.

  1. Replies
    21
    Views
    4,127

    Re: IllegalBlockSizeException Problem

    It's not a multiple of 8 because you only initalized the array of students. It is an empty array. It needs to be filled with data. Your export from the file is not going where it should.
  2. Replies
    21
    Views
    4,127

    Re: IllegalBlockSizeException Problem

    I would move that there is something seriously wrong with you code if it is throwing all those exceptions that you have to handle. You should figure out what is throwing the exceptions and fix each...
Results 1 to 2 of 2