Vaadin 6 - JavaScript

Hello…

I have vaadin 6.6 and really want call a .js file, but first i need try a simple example
I try to execute this line in vaadin but not worked…

public class HelpWindows extends Window {


getWindow().executeJavaScript(“alert(‘Hello JavaScript’);”);
}

Help me please!!
Thanks!!!