ArrayIndexOutOfBoundsException in com.ibm.icu.text.BreakDictionary.main in SWT Application
问题 I am getting Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 at com.ibm.icu.text.BreakDictionary.main(BreakDictionary.java:40) When I run/debug my SWT program in Eclipse. What might be causing this? When I put a breakpoint on the 1st line of my main() , it doesn't even seem to run till that point. UPDATE Even in a new SWT project, with a Application Window created from the template, without any changes, the error still occurs ... If you want to see the code, http:/