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
(Setup your IDE)
(Create an application)
Line 7: Line 7:
  
 
= Create an application =
 
= Create an application =
* Create a new target platform setting (Preferences > Plug-in Development > Target Platform) using the zip you downloaded
+
* Download the target platform as a zip from [http://download.eclipse.org/rt/rap/incubator/nightly/e4/target/site_assembly.zip site_assembly.zip]
 +
* Create a new target platform setting (Preferences > Plug-in Development > Target Platform) using the zip you downloaded - in case you use the p2 option make sure to '''uncheck''' "include required software". The downloaded platform is self-contained and all dependencies are resolved
 
* Use the New "Plug-in Project" wizard with the following options:
 
* Use the New "Plug-in Project" wizard with the following options:
 
** This plug-in will make contributions to the UI (checked)
 
** This plug-in will make contributions to the UI (checked)
 
** Would you like to create a 3.x rich client application ("No" checked)
 
** Would you like to create a 3.x rich client application ("No" checked)
 
** "RAP e4 application" Template selected
 
** "RAP e4 application" Template selected

Revision as of 03:32, 10 April 2014

Setup your IDE

To get started you should:

Create an application

  • Download the target platform as a zip from site_assembly.zip
  • Create a new target platform setting (Preferences > Plug-in Development > Target Platform) using the zip you downloaded - in case you use the p2 option make sure to uncheck "include required software". The downloaded platform is self-contained and all dependencies are resolved
  • 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