java error

Kristian Rink kristian at zimmer428.net
Thu May 22 05:54:16 UTC 2008


Rashid Aslam schrieb:
> I´m running Ubuntu GG. If I get this error then what is missing? What
> package should I install

> Exception in thread "AWT-EventQueue-0"
> java.lang.IndexOutOfBoundsException: Index: 13, Size: 10
[...]

You should try to debug or update your Java application. What you see
here is an error obviously happening inside the code, caused by access
to an array element that does not exist (translated: a function wanted
to have the 13th element off an array which only does contain 10
elements...). No Ubuntu issue, I guess. Better check whether there's an
update for the application that caused this error, or (if it's one of
your own) try to fix your code. ;)

Cheers,
Kristian




More information about the ubuntu-users mailing list