We are using Birt Viewer Toolkit, BVT, and Eclipse 3.1.1 to display BIRT reports. We are stuck on Eclipse 3.1.1. There is a problem on sites which have installed Internet Explorer 11, the reports do not display. I want to use an older version of Internet Explorer, such as IE 8, 9, 10, or Firefox or Chrome, anything but IE 11.
I found this reference, this is the sort of solution I’m looking for How to make SWT Browser control use Mozilla instead of IE on Windows? which says you can create a Browser in Eclipse using Browser browser = new Browser(shell, SWT.MOZILLA); SWT.MOZILLA is not defined in Eclipse 3.1.1. Looks like SWT.MOZILLA was started in Eclipse 3.3.
Also looking in org.eclipse.swt.browser. I see Shell.Explorer hardcoded in the call to new WebSite.
How do I use any browser except IE 11, on sites which have IE installed?
Thanks Bob