Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Editing ETrice/Development/GettingStartedWithEtrice

Revision as of 11:11, 27 April 2011 by Ts.protos.de (Talk | contribs)

Preconditions

Get the sources (work with GIT repository ) and build them (target platform ).

Getting Started

  1. start runtime workbench (org.eclipse.etrice.core.room.ui\eTrice-rt.launch)
  2. import the packages
    1. org.eclipse.etrice.runtime.java
    2. org.eclipse.etrice.modellib
    3. org.eclipse.etrice.doc.tutorials
  3. open org.eclipse.etrice.doc.tutorials\src\org.eclipse.etrice.doc.tutorials.scratch.model\model\PingPong.room

Now you can edit the ROOM model

Back to the top