Installing
To start developing with Vaadin, you need to install Java (JDK) and Maven.
Installing Java
Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). Read more from https://aws.amazon.com/corretto/
Download and run the Amazon Corretto 11 Windows installer (.msi)
Follow the prompts in the wizard
Go to the download page at aws.amazon.com/corretto for more options.
Installing Maven
Maven is a package manager and a build tool for Java based projects.
Open a browser and go to the Maven download page at maven.apache.org/download.cgi
Download the Binary zip archive in the Files section
Extract the archive to
C:\Program Files
Open Windows Control Panel
Select **Systems and Security › System › Advanced system settings**
Click Environment Variables
In Environment Variables, select the Path systems variable (in the bottom box) and click Edit
Click Browse in the edit dialog
Navigate to and select
C:\Program Files\apache-maven-3.6.3\bin
(substitute the version number you downloaded) and click OKClick OK in all open dialogs to close them and save the environment variable
Next Step
Now that you’ve installed development tools, you can start a new Vaadin application project.