Код: Выделить всё
1 2
3 4
5 6
7 8
9 10
Вот фрагмент кода:
Код: Выделить всё
Scanner file1 = new Scanner( new File("file1.txt") );
int lengt_h = 0;
// Here Eclipse crashes...
while( file1.hasNext() ) lengt_h++;
int[] numberArray = new int[lengt_h];
for(int i=0; i