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 "Efxclipse/Tutorials/AddingE(fx)clipse to eclipse"

(New Preferences)
(New Wizards)
Line 102: Line 102:
 
<br />
 
<br />
 
<br />
 
<br />
[[File:New_FX-OSGi_application.png|none|900px]]
+
[[File:New_e4_FX_application.png|none|900px]]
 
JavaFX -> New e4 FX application
 
JavaFX -> New e4 FX application
 
<br />
 
<br />
Line 108: Line 108:
 
<br />
 
<br />
 
[[File:New_FX-OSGi_Bundle.png|none|900px]]
 
[[File:New_FX-OSGi_Bundle.png|none|900px]]
JavaFX -> New FX-OSGi application
 
<br />
 
<br />
 
<br />
 
[[File:New_e4_FX_application.png|none|900px]]
 
 
JavaFX -> New FX-OSGi Bundle
 
JavaFX -> New FX-OSGi Bundle
 
<br />
 
<br />

Revision as of 15:31, 31 August 2015

Under Construction Go somewhere else.jpg

Installing e(fx)clipse IDE.

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).

Help Install New Software.png
  1. Select the Help menu.
  2. Select the Install New Software... option.
Install Work with All Available Sites Uncheck Group items by category Check e(fx)clipse - IDE.png
  1. Select the --All Available Sites -- option from the Work with: drop down list.
  2. Uncheck the Group items by category check box in the bottom details section.
  3. 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.
  4. Press the Next > button.
Install Install Details Next.png
  1. Press the Next > button.
I accept the terms of the license agreement.png
  1. Press the I accept the terms of the license agreement radio button.
  2. Press the Finish button.
Installing Software.png
  1. Wait about 2 minutes for the install to complete.
Software Updates.png
  1. Press the Yes button.

Setup a target platform for your application development

Preferences Plug-in Development Target Platform Add.png
  1. Open Window > Preferences > Plugin-in Development > Target Platform
  2. Click Add ... on the right.
New Target Definition Nothing Start with an empty target definition.png
  1. Select Nothing: Start with an empty target definition.
  2. Press the Next > button.
New Target Definition Name e(fx)eclipse Add.png
  1. Enter e(fx)clipse as the target platform name.
  2. Press the Add... button.
Add Content Add Software Site Next.png
  1. Select Software Site. Then press the Next > button.
Add Content Add Software Site FX Target Uncheck Include required software Finish.png
  1. 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.
  2. Expand FX Target and check Target Platform for Eclipse
  3. Uncheck Include required software check box.
  4. Press the Finish button.
New Target Definition Name e(fx)eclipse Resolving.png
  1. The resolving will take less then one minute on most systems.
New Target Definition Name e(fx)eclipse Finish.png
  1. Check the e(fx)clipse check box to make the new target platform the (Active) platform.
  2. Press the Apply button.
  3. Press the OK button.

A quick peak at what is now installed

New Wizards

Package Explorer Right Click New Project.png

Package Explorer -> (right mouse click) -> New -> Project...


Project Explorer New Other JavaFX.png

New, Wizard, JavaFX


JavaFX HTML Template.png

JavaFX -> JavaFX HTML Template


JavaFX Project Create a Java Project.png

JavaFX -> JavaFX Library Project


Product Configuration.png

JavaFX -> JavaFX Product Configuration


Create a Java Project.png

JavaFX -> JavaFX Create a Java Project


FXGraph File.png

JavaFX -> JavaFXGraph File


FXML File.png

JavaFX -> FXML File


JavaFX 3.x ViewPart.png

JavaFX -> JavaFX 3.x ViewPart


JavaFX Main Class.png

JavaFX -> JavaFX Main Class


JavaFX Preloader Class.png

JavaFX -> JavaFX Preloader Class


New e4 FX application.png

JavaFX -> New e4 FX application


New FX-OSGi Bundle.png

JavaFX -> New FX-OSGi Bundle


New Preferences

Preferences JavaFX.png

Window -> Preferences -> JavaFX


Preferences JavaFX CSS.png

Window -> Preferences -> JavaFX -> CSS


Preferences JavaFX CSS Syntax Coloring.png

Window -> Preferences -> JavaFX -> CSS -> Syntax Coloring


Preferences JavaFX CSS Template.png

Window -> Preferences -> JavaFX -> CSS -> Templates


Preferences JavaFX CSSExtDsl.png

Window -> Preferences -> JavaFX -> CSSEXTDSL


Preferences JavaFX CSSExtDsl Syntax Coloring.png

Window -> Preferences -> JavaFX -> CSSEXTDSL -> Syntax Coloring


Preferences JavaFX CSSExtDsl Compiler.png

Window -> Preferences -> JavaFX -> CSSEXTDSL -> Syntax Coloring


Preferences CSSExtDsl Template.png

Window -> Preferences -> JavaFX -> CSSEXTDSL -> Templates


Preferences FXGraph.png

Window -> Preferences -> JavaFX -> FXGraph


Preferences FXGraph Compiler.png

Window -> Preferences -> JavaFX -> FXGraph-> Compiler


Preferences FXGraph Syntax Coloring.png

Window -> Preferences -> JavaFX -> FXGraph-> Syntax Coloring


Window -> Preferences -> JavaFX -> FXGraph-> Templates


New View

Show View JavaFX JavaFX Preview.png
JavaFX Preview.png

Back to the top