Skip to content

1.2 Getting Started

muuki88 edited this page Sep 28, 2012 · 2 revisions

For Developers

This page describes how to launch Medmon in Eclipse.

Requirements

You need the following plugins/features to start "Medmon for Medics":

Target Platform and Source Code

  1. Get the source code and import the projects into your Eclipse IDE. Everything is already setup.
  2. Open de.lmu.ifi.dbs.medmon.medic.target -> medic.indigo.target. Click the set as target platform button on the top right of the editor. (See knowing issues if you have problems)
  3. Open de.lmu.ifi.dbs.medmon.site -> medmon.medic.product -> launch as eclipse product

Known Issues

  • de.sendsor plugin doesn't compile due to missing class AugmentedFV.
  • Medmon doesn't startup due to ClassNotFoundException in medic.ui
    Solution: Trigger the maven build via m2e or plain maven and refresh workspace
  • Target Platform cannot be resolved.
    Solution: The Nebula Project updates its snapshots very often. So open the medic.indigo.target and Edit
    1. Location: http://download.eclipse.org/technology/nebula/snapshot. Select the following features
      • org.eclipse.nebula.cwt.feature
      • org.eclipse.nebula.widgets.calendarcombo.feature
      • org.eclipse.nebula.widgets.cdatetime.feature
      • org.eclipse.nebula.widgets.oscilloscope.feature
    2. Location: http://download.eclipse.org/technology/nebula/incubation/snapshot
      • org.eclipse.nebula.widgets.datechooser.feature
      • org.eclipse.nebula.widgets.formattedtext.feature
      • org.eclipse.nebula.widgets.pagination.feature

Set the target Platform

Links