在生成新的浏览器窗口时是否可以确保小程序的单独 Java 环境?
我正在尝试解决一个问题,其中两个不同的网页已签署小程序,这些小程序似乎会互相造成问题。第一页包含一个小程序,它会生成一个新的浏览器窗口并将 URL 设置为第二页。像这样的事情......
cmd /c start iexplore.exe page2.html
一些跟踪信息表明这两个小程序共享同一个堆,这可能会导致问题。
有什么办法可以保证完全分离吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅
Separate_VM
参数。See the
Separate_VM
param.