Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 Unnamed Poltroon (Talk)

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