I have installed eclipse luna on a computer and tried to load one of my project. However impossible to run my project, I got a JNI error
Error: A JNI error has occured, please check your installation and try again
It is not possible to import javafx.application, javafx.scene and javafx.stage.
I don't understand JDK8 is installed by default and I have 1.8 as JDK compliance in my compiler. What can I do to solve my problem? Add a javafx.jar to my java build path??
Thanks for your help!