Create vaadin example

Hi,

I try to create new vaadin project from eclipse.

When I run mvn install from command line I got the below error:
[INFO]
Using com.vaadin:vaadin-client version 7.7.3
[INFO]
Using com.vaadin:vaadin-client-compiler version 7.7.3
[ERROR]
Error parsing jar file
[ERROR]
java.util.zip.ZipException: invalid LOC header (bad signature)

I try to create the project also using maven from command line and same error.

When I try to run (mvn jetty:run) I got error that the widget not found but when I try to compile it from eclipse I got same error.

Thanks

Hi,

That ZipException sounds like you’ve got a corrupted Vaadin .jar file. Try removing the files and redownloading, that might help.

-Olli