| Author |
Is it possible to ensure separate Java environments for applets when spawning new browser window?
|
Paul Ramsden
Greenhorn
Joined: Sep 22, 2000
Posts: 27
|
|
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...
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?
|
 |
 |
|
|
subject: Is it possible to ensure separate Java environments for applets when spawning new browser window?
|
|
|