Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Efxclipse/Tutorials/AddingE(fx)clipse to eclipse

< Efxclipse‎ | Tutorials
Revision as of 16:04, 29 August 2015 by Unnamed Poltroon (Talk) (Created page with "File:Under_Construction_Go_somewhere_else.jpg How to install e(fx)clipse on a Mars 4.5.0 version of eclipse These instructions were written and the screen captures taken...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Under Construction Go somewhere else.jpg

How to install e(fx)clipse on a Mars 4.5.0 version of eclipse These instructions were written and the screen captures taken with a clean install of the Eclipse for RCP and RAP Developers 64 bit package available here (http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/marsr). The Operating system used was Windows 7 SP1. These steps do not include the install of eclipse 4.5.0 (Mars).

Installing e(fx)clipse IDE.

  1. Select the "Help" menu.
  2. Select the "Install New Software..." option.
  3. Select the "--All Available Sites --" option from the "Work with:" drop down list.
  4. Uncheck the "Group items by category" check box in the bottom details section.
  5. Check only the "e(fx)clipse - IDE" Name option. All the other options starting with "e(fx)clipse - IDE" are subsets of the full e(fx)clipse IDE. The "e(fx)clipse - Minimal JavaFX OSGi integration bundles" option is out of scope for these instructions.
  6. Press the "Next >" button.
  7. Press the "Next >" button.
  8. Press the "I accept the terms of the license agreement" radio button.
  9. Press the "Finish" button.
  10. Wait about 2 minutes for the install to complete.
  11. Press the "Yes" button.

Setup a target platform for your application development

  1. Open Window > Preferences > Plugin-in Development > Target Platform
  2. Click Add ...
  3. Select "Nothing: Start with an empty target definition".
  4. Enter "e(fx)clipse" as the target platform name.
  5. Press the "Add..." button.
  6. Select Software Site. Then press the "Next >" button.
  7. Enter http://download.eclipse.org/efxclipse/runtime-released/2.0.0/site as the site. Press the enter key while in the "Work with:" text box.
  8. Expand "FX Target" and check "Target Platform for Eclipse"
  9. Uncheck "Include required software" check box.
  10. Finish and activate the new target.
  11. The resolving will take less then one minute on most systems.
  12. Press the "Finish" button.
  13. Make the new "e(fx)elipse" Target definition the default.
  14. Press the "Apply" button.
  15. Press the "OK" button.

A quick peak at what is now installed

New Wizards

  1. screen capture
  2. screen capture
  3. screen capture
  4. screen capture
  5. screen capture
  6. screen capture
  7. screen capture
  8. screen capture
  9. screen capture
  10. screen capture
  11. screen capture
  12. screen capture
  13. screen capture
  14. screen capture
  15. screen capture

New Preferences

  1. screen capture
  2. screen capture
  3. screen capture
  4. screen capture
  5. screen capture
  6. screen capture
  7. screen capture
  8. screen capture
  9. screen capture
  10. screen capture
  11. screen capture
  12. screen capture

New View

  1. screen capture


Preferences Plug-in Development Target Platform Add.png New Target Definition Nothing Start with an empty target definition.png Add Content Add Software Site Next.png Add Content Add Software Site FX Target Uncheck Include required software Finish.png New Target Definition Name e(fx)eclipse Add Finish.png New Target Definition Name e(fx)eclipse.png Preferences Plug-in Development Target Platform.png Install Install Details Next.png Install Work with All Available Sites Uncheck Group items by category Check e(fx)clipse - IDE.png Help Install New Software.png Package Explorer Right Click New Project.png I accept the terms of the license agreement.png Installing Software.png Software Updates.png Project Explorer New Other JavaFX.png Preferences JavaFX.png Preferences JavaFX CSS.png Preferences JavaFX CSS Syntax Coloring.png Preferences JavaFX CSS Template.png Preferences JavaFX CSSExtDsl.png Preferences JavaFX CSSExtDsl Compiler.png Preferences CSSExtDsl Template.png Preferences FXGraph.png Preferences FXGraph Compiler.png Preferences FXGraph Syntax Coloring.png Preferences FXGraph Syntax Coloring.png File:Preferences Templates.png Show View JavaFX JavaFX Preview.png JavaFX Preview.png JavaFX HTML Template.png JavaFX Project Create a Java Project.png Product Configuration.png Create a Java Project.png FXGraph File.png FXML File.png JavaFX 3.x ViewPart.png JavaFX Main Class.png JavaFX Preloader Class.png New FX-OSGi application.png New FX-OSGi Bundle.png New e4 FX application.png

Back to the top