다음과 같이 argument 값을 넘겨주지 않아서 오류발생 한경우
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0 at polymorphism.TvUser.main(TvUser.java:8) |
프로젝트 우클릭 > Run As > Run Configurations > Arguments 에 입력후 Apply , Run
정상실행
'IT > eclipse' 카테고리의 다른 글
[Eclipse] PropertiesConverter 에러, ExceptionInInitializerError 에러 (0) | 2021.12.28 |
---|---|
서버 did not find a matching property 오류 발생시 (0) | 2019.06.24 |
이클립스/스프링sts 소스 수정해도 변경되지 않을때 (0) | 2019.06.24 |