Search code examples
ecmascript-6swtmicrosoft-edgercp

How to use Windows Edge Browser instead of IE in a eclipse swt application?


I try to use EcmaScript 6 in my RCP Application including a webview. As I know IE just supports EcmaScript 5. So is it possible to use Edge instead of the default browser IE in swt?


Solution

  • If you set -Dorg.eclipse.swt.browser.IEVersion=12001 in the eclipse.ini, then the used browser will be Microsoft Edge.