> Hello,
>
> We had updated our JDK from 1.4 to 1.5. Since that, a
> StackOverFlowError occur in our Java Applet. Someone knows why this
> Error occurs ? Nothing of the stack trace is a part of our own code,
> that's all java code.
I'm not a guru or anything but here are some things that immediately pop
to mind:
Did you re-compile the applet with the 1.5 JDK or are you using the old
files with the new JDK?
I noticed a lot of java.awt.* packages. You might also want to see if any
of the packages listed in the stack dump are now deprecated in 1.5. Even
deprecated they should still work; that is the theory but you might be
dealing with reality.
> Exception in thread "Thread 18" java.lang.StackOverFlowError
> at java.util.ArrayList.add(Unknown Source)
[quoted text clipped - 189 lines]
>
> Thanx

Signature
Send e-mail to: darrell dot grainger at utoronto dot ca