srikandula
Programmer
Hello friends,
I am working in a project and got a problem using JEditorPane.
I have set the JEditorPane conetentType as text/html
and editable as false.
Now i am reading a html page in the form of string using jeditorPane1.read(ByteArrayInputStream,Object);
(the html string i have converted into ByteArrayInputStream.)
The problem is whenever i increase the table tags in my html string more than 25 its giving
fatal error:class not found java/lang/StackOverflowError
Inspite of me importing the of the java.lang.StackOverFlowError class into my package
and set the path for this.
Can any one help me in this , i am working Jdeveloper version 3.2.2 supporting jdk1.2.2
Note:-Its running from jdk1.2 without any problem but i have to use jdeveloper for the project
Your help is greatly appreciated.
Srinivas
I am working in a project and got a problem using JEditorPane.
I have set the JEditorPane conetentType as text/html
and editable as false.
Now i am reading a html page in the form of string using jeditorPane1.read(ByteArrayInputStream,Object);
(the html string i have converted into ByteArrayInputStream.)
The problem is whenever i increase the table tags in my html string more than 25 its giving
fatal error:class not found java/lang/StackOverflowError
Inspite of me importing the of the java.lang.StackOverFlowError class into my package
and set the path for this.
Can any one help me in this , i am working Jdeveloper version 3.2.2 supporting jdk1.2.2
Note:-Its running from jdk1.2 without any problem but i have to use jdeveloper for the project
Your help is greatly appreciated.
Srinivas