I am trying to get JavaFX in eclipse (e(fx)clipse), and I tried to follow these steps here: https://www.eclipse.org/efxclipse/install.html. In step 4, however, there is no option for e(fx)clipse - IDE, only e(fx)clipse - Minimal JavaFX OSGi integration bundles. I installed this, but this does not appear to be correct, as it does not give the option for a JavaFX wizard when creating a new project, which is my end goal. I would like to know how to get this wizard to appear and create a JavaFX project using it.
Asked
Active
Viewed 3,945 times
1 Answers
11
It turns out I just needed the update site link, which is https://download.eclipse.org/efxclipse/updates-released/3.5.0/site/ for the most recent version (3.5.0)

Makazau
- 615
- 7
- 17
-
1Nice. It's now https://download.eclipse.org/efxclipse/updates-released/3.6.0/site/ – Eric Duminil Mar 18 '20 at 13:36
-
The best way to get the most recent version is to go here and scroll down: https://download.eclipse.org/efxclipse/updates-released/ – Brandon Jackson Dec 09 '20 at 03:24
-
Just checked, right now we're on 3.7: https://download.eclipse.org/efxclipse/updates-released/3.7.0/site/ – ruediste Oct 04 '21 at 07:45
-