Java - Help!
Author
Discussion

plotloss

Original Poster:

67,280 posts

297 months

Tuesday 26th October 2004
quotequote all
Right, I've got this problem and I dont know what it means or how to debug it.

I have some generated Java that is calling some generated RPG on the iSeries.

When I call the generated RPG via a generated Java function on my PC it works fine.

If I call the generated RPG via generated Java on the iSeries I get the error:

java.lang.ArrayIndexOutOfBoundsException

Any clues oh knowledgable Java/iSeries types?

rebelstar

1,146 posts

271 months

Tuesday 26th October 2004
quotequote all
Does it give you the full stacktrace? From that you should be able to see which line is giving the error, and work back from there.