Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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