Vaadin Installation Package

    You can download the newest Vaadin installation package from the download page at http://vaadin.com/download/. Please use a ZIP decompression utility available in your operating system to extract the files from the ZIP package.

    README.TXT

    This README file gives simple instructions for installing Vaadin in your project.

    release-notes.html

    The Release Notes contain information about the new features in the particular release, give upgrade instructions, describe compatibility, etc. Please open the HTML file with a web browser.

    Apache License version 2.0. Please open the HTML file with a web browser.

    lib folder

    All dependency libraries required by Vaadin are contained within the lib folder.

    *.jar

    Vaadin libraries, as described in .

    Installing the Libraries

    1. Copy the JAR files at the package root folder to the WEB-APP/lib web library folder in the project. Some of the libraries are optional, as explained in .

    The location of the WEB-APP/lib folder depends on the project organization, which depends on the development environment.

    • In Eclipse Dynamic Web Application projects: WebContent/WEB-INF/lib.