I am trying to go through this tutorial : http://wiki.eclipse.org/Efxclipse/Tutorials/Tutorial1
For some reason, JavaFX is not recognized and I am not sure why.
I am running the eclipse version: Neon.2 Release (4.6.2)
I am using Java JDK 1.8 runtime environment, (I also tried using JDK 1.7 runtime environment per the tutorial).
I am working on Ubuntu 16.04.
I installed e(fx)clipse.
I have manually added jfxswt.jar to my build path for the project, but my project still doesn't recognize the javafx import. What am I doing wrong?