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 "RAP/E4"

< RAP
(Created page with "= Setup your IDE = To get started you should: * Grab at least Eclipse 4.4M6 from [http://download.eclipse.org/eclipse/downloads/] * Install the lastest RAP-Tooling from the [...")
 
(Setup your IDE)
Line 2: Line 2:
  
 
To get started you should:
 
To get started you should:
* Grab at least Eclipse 4.4M6 from [http://download.eclipse.org/eclipse/downloads/]
+
* Grab at least Eclipse 4.4M6 from [http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/]
* Install the lastest RAP-Tooling from the [http://download.eclipse.org/releases/luna] update-site
+
* Install the lastest RAP-Tooling from the [http://download.eclipse.org/releases/luna http://download.eclipse.org/releases/luna] update-site
* Install the lastest RAP-e4-Tooling from NOLINKYET
+
* Install the lastest RAP-e4-Tooling from [http://download.eclipse.org/rt/rap/incubator/nightly/e4/tooling/site http://download.eclipse.org/rt/rap/incubator/nightly/e4/tooling/site]
* Download the target platform as a zip from NOLINKYET
+
  
 
= Create an application =
 
= Create an application =

Revision as of 03:31, 10 April 2014

Setup your IDE

To get started you should:

Create an application

  • Create a new target platform setting (Preferences > Plug-in Development > Target Platform) using the zip you downloaded
  • Use the New "Plug-in Project" wizard with the following options:
    • This plug-in will make contributions to the UI (checked)
    • Would you like to create a 3.x rich client application ("No" checked)
    • "RAP e4 application" Template selected

Back to the top