After Installing Vaadin plugin and downloading Vaadin jars, and configuring the build path. An error is keeping on occur when building the project, something related to org.jsoup.nodes.Element
but I couldn't figure out why.
The type org.jsoup.nodes.Element cannot be resolved. It is indirectly referenced from required .class files
It seems you are missing the jsoup dependency of vaadin. If you have downloaded the vaadin jars manually the dependencies are missing. It is better to use a build tool like maven or gradle, that automatically takes care of downloading dependencies. Vaadin has a couple of other dependencies which you would all need to download separately if you were just using an IDE.
You can generate a maven or gradle project that is ready to run using Spring's Initializer.