Compile Widgetset nothing makes in Eclipse

When I click in “Compile Widgetset” button no information is displayed on the console, and no file is generated in WebContent/Vaadin/widgetsets/.

  • Eclipse Kleper (all updated); Vaadin 7.1.12; Vaadin Plug-in
    Experimental
    2.2.0.201401031000;
  • It is a simple project created with Eclipse Plugin, and then added Widget (New->Vaadin->Vaadin Widget);;

  • compilation Verbose output

What can be happening? Where can I debug, investigating?


Fixed!
It was the wrong JAVA JRE (Windows) path.

Wrong: “C:\Program Files\Java\bin\java.exe”
Correct: “C:\Program Files\Java\jre\bin\java.exe”