D
DKM
I have been able to create a Java applet from which I can successfully
create MathML elements using LiveConnect. To begin with the xml page
has an empty <math></math> tag. I fill this <math></math> tag with
interesting MathML stuff when the user clicks a button. The thing is
working both in IE 6.0 (using Mathplayer 2.0) and also in FireFox 1.4.
Now, here is the problem. When I try to refresh the page or leave the
page IE crashes and a similar problem arises in FireFox, I see that
some kind of exception is thrown. Here is some info about it:
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
PC=0x6D312E22
Function=[Unknown.]
Library=C:\Program Files\Java\j2re1.4.2_08\bin\jpicom32.dll.
Interestingly, if I create simple HTML elements as opposed to MathML
elements, the above problem does not arise.
Any idea what could be the problem?
Thanks in advance.
D.K. Mishra
create MathML elements using LiveConnect. To begin with the xml page
has an empty <math></math> tag. I fill this <math></math> tag with
interesting MathML stuff when the user clicks a button. The thing is
working both in IE 6.0 (using Mathplayer 2.0) and also in FireFox 1.4.
Now, here is the problem. When I try to refresh the page or leave the
page IE crashes and a similar problem arises in FireFox, I see that
some kind of exception is thrown. Here is some info about it:
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
PC=0x6D312E22
Function=[Unknown.]
Library=C:\Program Files\Java\j2re1.4.2_08\bin\jpicom32.dll.
Interestingly, if I create simple HTML elements as opposed to MathML
elements, the above problem does not arise.
Any idea what could be the problem?
Thanks in advance.
D.K. Mishra