Installing

In the following, we guide you through installing the development tools in the Windows operating system.

Installing Java

To install Java in Windows:

  1. Go to the Amazon Corretto 11 download page at aws.amazon.com/corretto.

  2. Download and run the Windows installer (.msi).

  3. Follow the prompts in the wizard.

    Corretto Installer

Installing Maven

In the following, we describe how to install Maven and include it in the system path:

  1. Open a browser and go to the Maven download page at maven.apache.org/download.cgi.

  2. Download the Binary zip archive in the Files section.

  3. Extract the archive to C:\Program Files.

  4. Open Windows Control Panel

  5. Select **Systems and Security System Advanced system settings**.

  6. Click Environment Variables.

  7. In Environment Variables, select the Path systems variable (in the bottom box) and click Edit.

  8. Click Browse in the edit dialog.

  9. Navigate to and select C:\Program Files\apache-maven-3.6.3\bin (substitute the version number you downloaded) and click OK.

  10. Click OK in all open dialogs to close them and save the environment variable.

Installing Node.js

To install Node.js:

  1. Open a browser and go to the Node.js download page at nodejs.org/en/download.

  2. Download and run the Windows Installer (.msi) for your system.

  3. Follow the prompts in the wizard.

Installing Git

Git is the currently most used software revision control system, so you most likely will need it for your own projects as well. It is not needed for using Vaadin. You may find using Git to clone Vaadin starter repositories useful.

To install Git:

  1. Open a browser and go to the Git download page at git-scm.com/downloads.

  2. Download and run the Windows installer (.exe) for your system.

  3. Follow the prompts in the wizard. If you are unsure about any option, use the defaults.

Installing the Eclipse IDE

You can install the Eclipse IDE either using an installer or manually. The installer downloads the installation package, extracts it, and sets it up in the system. You can also choose to manually download and extract the software package and then set it up manually.

After installing the Eclipse IDE itself, you can install the Vaadin Plugin for Eclipse.

To install the Eclipse IDE using the installer and the the Vaadin plugin:

  1. Download the Eclipse Installer package for Windows from eclipse.org/downloads/packages/installer.

  2. Follow the instructions in the installer download page

  3. Start Eclipse

  4. Install and configure the Vaadin Plugin for the Eclipse IDE, as described in “Installing Vaadin Plugin for the Eclipse IDE”.

Installing IntelliJ IDEA

  1. Open a browser and go to the IntelliJ Windows download page at jetbrains.com/idea/download.

  2. Download and run the Community Edition installer (.exe).

  3. Follow the prompts in the wizard.

  4. Reboot your computer to finish the setup.

  5. Start IntelliJ and set up your preferences. You can use the defaults, unless you have a reason not to.

Updated 2021-03-08  Edit this article