【问题标题】:How to use any browser except IE11 in Eclipse 3.1.1?如何在 Eclipse 3.1.1 中使用除 IE11 之外的任何浏览器?
【发布时间】:2014-07-30 06:42:46
【问题描述】:

我们正在使用 Birt Viewer Toolkit、BVT 和 Eclipse 3.1.1 来显示 BIRT 报告。我们被困在 Eclipse 3.1.1 上。已安装 Internet Explorer 11 的网站出现问题,报告不显示。我想使用旧版本的 Internet Explorer,例如 IE 8、9、10,或者 Firefox 或 Chrome,除了 IE 11。

我找到了这个参考,这是我正在寻找的解决方案 How to make SWT Browser control use Mozilla instead of IE on Windows? 它说您可以使用在 Eclipse 中创建浏览器 浏览器 browser = new Browser(shell, SWT.MOZILLA); SWT.MOZILLA 在 Eclipse 3.1.1 中没有定义。看起来 SWT.MOZILLA 是在 Eclipse 3.3 中启动的。

也在查看 org.eclipse.swt.browser。我在对新网站的调用中看到了 Shell.Explorer 硬编码。

如何在安装了 IE 的网站上使用除 IE 11 以外的任何浏览器?

谢谢 鲍勃

【问题讨论】:

    标签: eclipse internet-explorer swt birt viewer


    【解决方案1】:

    Internet Explorer (IE) 是 Windows 下 Eclipse 中默认的嵌入式 Web 浏览器,没有更改默认内部 Web 浏览器的选项。无论如何,您可以使用以下三个选项之一作为解决方法:

    1. 将 Eclipse 更新到最新版本。它可以在 IE 10 上正常工作
    2. 尝试在 Firefox 而不是报表查看器中打开报表(我知道这不是最佳选择)。
    3. 更改 IE 中的默认设置以使用兼容模式。这些更改也应适用于嵌入式网络浏览器。

    【讨论】:

      猜你喜欢
      • 2015-07-25
      • 1970-01-01
      • 2014-01-23
      • 2013-07-26
      • 1970-01-01
      • 2014-09-29
      • 2016-10-14
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多