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

Difference between revisions of "Editing ETrice/Development/GettingStartedWithEtrice"

Line 1: Line 1:
= Preconditions =
+
= Preconditions =
 +
* get the sources ([[ETrice/Development/Repository | work with GIT repository ]])
 +
* download the latest version of Eclipse Modeling Tools (e.g. http://eclipse.org/downloads/packages/eclipse-modeling-tools-includes-incubating-components/indigom7)
 +
* make sure you are using a JDK (in Eclipse: Window->Preferences->Java->Installed JREs->e.g. jdk1.6.0_24), attention: do not use jdk1.6.0_18 !
 +
* check out all projects from your local GIT clone to your Workspace (with EGit plugin)
 +
* build eTrice with our target platform ([[ETrice/Development/TargetPlatform | target platform ]])
  
Get the sources ([[ETrice/Development/Repository|work with GIT repository ]]) and build them ([[ETrice/Development/TargetPlatform|target platform ]]).
+
= Getting Started =
 
+
== Setting up Runtime Workspace ==
= Getting Started =
+
* start the runtime workspace: org.eclipse.etrice.core.room.ui -> eTrice-rt.launch (contextmenu -> Run As)
 
+
*
#start runtime workbench (org.eclipse.etrice.core.room.ui\eTrice-rt.launch)
+
#import the packages
+
## org.eclipse.etrice.runtime.java
+
## org.eclipse.etrice.modellib
+
## org.eclipse.etrice.doc.tutorials
+
#open org.eclipse.etrice.doc.tutorials\src\org.eclipse.etrice.doc.tutorials.scratch.model\model\PingPong.room
+
 
+
Now you can edit the ROOM model
+

Revision as of 07:02, 13 May 2011

Preconditions

Getting Started

Setting up Runtime Workspace

  • start the runtime workspace: org.eclipse.etrice.core.room.ui -> eTrice-rt.launch (contextmenu -> Run As)

Back to the top