Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

StackOverFlow Error in IE 5.0 and IE 5.5

843811Apr 22 2002 — edited Apr 23 2002
I am using symentic TreeView and TreeNode in my applet when no. of Node at particular node greater than 6000 it's giving stackoverflowerror. This problem is occured in IE5.0 and IE 5.5. It is working fine in IE 6.0.
Error description is
Exception occurred during event dispatching:
java.lang.StackOverflowError
at java/util/Vector.addElement
at symantec/itools/awt/TreeView.vectorize
at symantec/itools/awt/TreeView.vectorize
at symantec/itools/awt/TreeView.vectorize
at symantec/itools/awt/TreeView.vectorize
at symantec/itools/awt/TreeView.vectorize
at symantec/itools/awt/TreeView.vectorize
at symantec/itools/awt/TreeView.vectorize
at symantec/itools/awt/TreeView.vectorize
at symantec/itools/awt/TreeView.vectorize
How i know that different between IE5.5 and IE6.0 (VM)
Any Method is there which update IE 5.5 VM smilar to IE6.0 ?


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2002
Added on Apr 22 2002
1 comment
203 views