IT/Error
[Error][eclipse]java.lang.ArrayIndexOutOfBoundsException
햇살웃음
2012. 11. 13. 17:28
Error Message : java.lang.ArrayIndexOutOfBoundsException
Solution
1) 배열에 할당한 크기 vs 배열에 넣으려는 값을 확인
2) 배열에 선언된 타입 vs 배열에 넣으려는 값의 타입 확인
등등
(참고 링크: http://holiclove.tistory.com/entry/javalangArrayIndexOutOfBoundsException )