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.
IDEA does not see com.vaadin.Application
I am using
vaadin-bom
for importing vaadin dependencies, this one already has
vaadin-client-compiler
and other needed dependencies for using vaadin. But when I extend my class from Application IDEA cant find the class
What can it be?
Application is from Vaadin 6. You should extend "application entry point" from com.vaadin.ui.UI.
Johannes Häyry: Application is from Vaadin 6. You should extend "application entry point" from com.vaadin.ui.UI.
oh I see, so many examples on this website with Application class that misslead you.
Thank you
Glad I cloud help. Which page are you finding these examples?
Johannes Häyry: Glad I cloud help. Which page are you finding these examples?
I remember it was on vaadin.com, but can`t find the link now