Eclipse Console에서 컴파일링 할 때, 매인 함수로 매개변수넘겨줘야할 때가 있다. 그냥 실행하면 이때 에러가 발생한다.아래와 같이 매개변수에 대한 정보를 컴파일러에게 넘겨주어야 함. Run - Run Configurations에서 설정.
console 아래에서 아래와 같이 발생
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
at segment_parsing.File.main(File.java:29)
Run - Run Configurations..
'Tools' 카테고리의 다른 글
[git] github_02 (0) | 2017.07.03 |
---|---|
[git] github_01 (0) | 2017.06.29 |
[bluetoothMac] bluetooth file transmission btw galaxy and mac (0) | 2017.05.27 |
[charles] charles settings - ssl packet 획득 (0) | 2017.03.09 |