Problem XULRunner 1.9

Hello,

I tried to create a Vaadin Composite on Eclipse but It needs XULRunner. I followed some tutorial on the Vaadin forum and Google but it still doesn’t work.
The warning message is: "
Could not start XULRunner (version 1.9 or higher required). The editor might not function properly.
".

I followed these steps:


1
) Install Eclipse Plugin: ATF - http://download.eclipse.org/tools/atf/updates/0.3.0

2
) Read steps describes on https://developer.mozilla.org/en-US/docs/XULRunner_1.9_Release_Notes and download http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.0.17/runtimes/xulrunner-1.9.0.17.en-US.win32.zip

3
) Extract it at C:\Program Files (x86)\Mozilla XULRunner\1.9\xulrunner

4
) Open command line terminal and run that: xulrunner.exe --register-global

5
) Add -Dorg.eclipse.swt.browser.XULRunnerPath=C:\Program Files (x86)\Mozilla XULRunner\1.9\xulrunner in eclipse.ini

6
) Start Eclipse

I don’t have any idea why. Can you help me please ?

I use Eclipse Indigo and I have installed Vaadin Eclipse Plugin well.


I show you the .log of my workspace (it can be help maybe)
:
[size=2]
!SESSION 2014-04-25 10:06:52.767 -----------------------------------------------
eclipse.buildId=M20120208-0800
java.version=1.7.0_45
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product

!ENTRY org.apache.ivyde.eclipse 1 0 2014-04-25 10:07:00.955
!MESSAGE starting IvyDE plugin

!ENTRY org.apache.ivyde.eclipse 1 0 2014-04-25 10:07:00.987
!MESSAGE IvyDE plugin started

!ENTRY org.eclipse.jface 2 0 2014-04-25 10:07:05.249
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2014-04-25 10:07:05.250
!MESSAGE A conflict occurred for CTRL+DEL:
Binding(CTRL+DEL,
ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeInstance,Remove Result,
,
Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
,
,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,system)
Binding(CTRL+DEL,
ParameterizedCommand(Command(org.eclipse.graphiti.ui.internal.action.RemoveAction,Remove,
Remove selected Pictogram Elements,
Category(org.eclipse.graphiti.ui.Graphiti_Category,Edit,Graphiti Diagram Editor,true),
,
,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,system)

!ENTRY org.eclipse.ui 4 4 2014-04-25 10:07:06.018
!MESSAGE Bad extension specification

!ENTRY org.eclipse.libra.facet 4 0 2014-04-25 10:07:06.019
!MESSAGE startup class must implement org.eclipse.ui.IStartup
[/size]