Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error using jeditorpane ...............StackOverFlowError

Status
Not open for further replies.

srikandula

Programmer
Dec 28, 2000
31
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top