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

< E4
Line 16: Line 16:
 
You are now ready to try out the demos:
 
You are now ready to try out the demos:
 
* <b>Resources:</b>  
 
* <b>Resources:</b>  
* <b>SWT:</b> [[E4/SWT/Running_the_demos | Running the cross-compile-SWT-to-Flash demos]]
+
* <b>SWT:</b> Running the [[E4/SWT/Running_the_demos | cross-compile-SWT-to-Flash demos]]
* <b>UI:</b> Running [[E4/UI/Running_the_photo_demo | e4 photo demo]] and the [[E4/UI/Running_CSS_demos | CSS examples ]]
+
* <b>UI:</b> Running the [[E4/UI/Running_the_photo_demo | e4 photo demo]] and the [[E4/UI/Running_CSS_demos | CSS examples ]]
* <b>XWT:</b> [[E4/XWT/Running_the_demos | Running the declarative UI demos]]
+
* <b>XWT:</b> Running the [[E4/XWT/Running_the_demos | declarative UI demos]]

Revision as of 19:02, 6 February 2009

You will need a 3.5 M4 Eclipse SDK. We recommend starting with this exact build.

  1. Select Help > Install New Software...
  2. Click on the "Add Site..." button and enter the e4 0.9 M1 update site URL: http://download.eclipse.org/e4/downloads/drops/I20090206-1045/repository
  3. Depending on which aspects of e4 interest you, check one or more of the following (note that source components only give you source):
    1. e4 Resources: Description of what you will get...
    2. e4 SWT: This will install the ActionScript development environment which is used to generate cross-compiled SWT apps.
    3. e4 UI: This will install the e4 UI runtime components. To be able to run the e4 photo demo (a RCP style application), you should check everything under the "E4 UI" category: Eclipse e4 CSS, Eclipse e4 UI, Eclipse e4 CSS Source, and Eclipse e4 UI Source.
    4. e4 XWT: Description of what you will get...
  4. Click Next.
  5. Review the items to be installed and click Next.
  6. Accept (or not!) the license terms and click Finish.

You will be prompted to restart the Eclipse SDK after the installation. Click Yes to restart.

You are now ready to try out the demos:

Back to the top