I'm trying to install JavaFX to my Eclipse (version Luna Service Release 2 (4.4.2)) using these instructions, but I'm getting following error message:
Cannot complete the install because one or more required items could not be found.
Software being installed:
e(fx)clipse - IDE 2.0.0.201506111511 (org.eclipse.fx.ide.feature.feature.group 2.0.0.201506111511)
Missing requirement:
org.eclipse.fx.ide.l10n 2.0.0.201506111511 (org.eclipse.fx.ide.l10n 2.0.0.201506111511) requires 'bundle org.eclipse.equinox.common 3.7.0' but it could not be found
Cannot satisfy dependency:
From: e(fx)clipse - IDE 2.0.0.201506111511 (org.eclipse.fx.ide.feature.feature.group 2.0.0.201506111511)
To: org.eclipse.fx.ide.l10n.feature.feature.group [2.0.0.201506111511]
Cannot satisfy dependency:<br>
From: e(fx)clipse - IDE - l10n support 2.0.0.201506111511 (org.eclipse.fx.ide.l10n.feature.feature.group 2.0.0.201506111511)
To: org.eclipse.fx.ide.l10n [2.0.0.201506111511]
I'm using JRE 8, Compiler compliance level set to 1.8, if that helps in any way. What do I need to do to make it work?