I am trying to solve a problem where 2 different web pages have signed applets which seem to be causing problems for each other. The first page contains an applet which spawns a new browser window and sets the URL to the second page. Something like this...
cmd /c start iexplore.exe page2.html
Some tracing infomation suggests that the two applets are sharing the same heap and this might be causing the problems.
Is there any way to ensure a complete separation?
See the
Separate_VM
param.