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 "Template:Riena/Setting up the IDE"

(added next step)
(shorten page names)
Line 14: Line 14:
 
== Next Step ==
 
== Next Step ==
 
Next you need to install the Riena runtime. This is done by setting Riena as the [http://help.eclipse.org/luna/topic/org.eclipse.pde.doc.user/concepts/target.htm Target Platform]. The Target Platform is the foundation for your Riena based application.
 
Next you need to install the Riena runtime. This is done by setting Riena as the [http://help.eclipse.org/luna/topic/org.eclipse.pde.doc.user/concepts/target.htm Target Platform]. The Target Platform is the foundation for your Riena based application.
*[[Riena/Getting Started/Install Target Platform|Install Target Platform based on RCP]]
+
*[[Riena/Target Platform|Install Target Platform based on RCP]]
*[[Riena/Getting Started/Install Target Platform RAP|Install Target Platform based on RAP]]
+
*[[Riena/Target Platform RAP|Install Target Platform based on RAP]]
*[[Riena/Getting Started/Install Target Platform 3x|Install Target Platform based on Eclipse 3.x (RCP)]]
+
*[[Riena/Target Platform 3x|Install Target Platform based on Eclipse 3.x (RCP)]]
  
 
Note: The Target Platform version is not related to the IDE version you are using.
 
Note: The Target Platform version is not related to the IDE version you are using.

Revision as of 13:10, 27 November 2014

Setting up the IDE

To get started with Riena, it's recommended to set up Eclipse with the Riena Toolbox installed.

Eclipse

Download Eclipse for RCP and RAP Developers and start with a blank workspace.

Riena Toolbox

Start Eclipse and install the Riena Toolbox:

  • Open the Eclipse Install dialog from the main menu (Help > Install New Software...).
  • Select all components from http://download.eclipse.org/rt/riena/toolbox/20120424
    • Uncheck "Contact all update sites during install to find required software"
  • Complete the installation (Eclipse will ask you to restart)

Next Step

Next you need to install the Riena runtime. This is done by setting Riena as the Target Platform. The Target Platform is the foundation for your Riena based application.

Note: The Target Platform version is not related to the IDE version you are using.

Back to the top