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.
Valo Theme
Dear all
After updating vaadin to vaadin 7.5.0 rc1 each time i want to launch the web application i got this erro 'INFO: Requested resource [/VAADIN/themes/valo/valo.scss] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.'
Thanks in advance
How is your project build? Are you using dependency management? If you're using Maven, do you have vaadin-themes dependency in your project object model?
I think its eclipse issue i used to restart eclipse 'eclipse -clean' then recompile theme and everything working fine
Thank you Mr. Tapio Aali