Skip to content

Development environment setup (Quick)

Carsten Stocklöw edited this page Jun 15, 2017 · 2 revisions

Setup, build, run and debug in OSGI

These instructions are for developers willing to implement their own applications over universAAL. It describes the steps necessary to develop with universAAL running on OSGi. There is also a port to Android available, which is described in the Native Android wiki pages.

  1. Install Java JDK
  2. Install Maven (optional, but highly recommended)
  3. Install Eclipse IDE
    • Any other Java IDE can be used as long as you can create OSGi bundles and handle Maven projects with it. UniversAAL recommends Eclipse IDE, and the instructions here refer to it. Download it from https://eclipse.org/downloads/
    • If you plan to use the modeling and conversion tools from universAAL Studio, you will need specifically Eclipse Modeling Tools version 4.6 (Neon).
    1. Install Eclipse Plugins (optional, but highly recommended)
      • The universAAL Studio is a set of universAAL-specific Eclipse plugins. Plugin install site:
        http://depot.universaal.org/eclipse-update/4.6/
      • After restarting Eclipse, the Development Environment Setup tool opens. Go with the default settings, this will download the samples and the distros, that are required to start the samples. By default, the master branch is selected, which contains the latest developments; you can also select a different branch to get the latest stable release.

Support:

Found a problem?
  • Report suggestions, missing, outdated or wrong documentation creating an Issue with "documentation" tag

Clone this wiki locally