I have javaFX project, with which i\'m working on Eclipse IDE. This is Maven project with using of Spring. My goal is to make runable jar file (dekstop application) from thi
Going from the suspicion that the underlying problem is due to an incompatibility between jfxrt.jar and the version of Java installed worked for me. The jfxrt.jar the application was using was compatible with jdk-7u71, yet the application was on a machine where JAVA_HOME was set to 7.0.05. So I installed jdk-7u71 on the problem machine and updated JAVA_HOME.