created jar file using the javaFX 1.8 where it is working in windows but in linux it throwing an exception
Error: Could not find or load main class {name of the class that is missing} Caused by: java.lang.NoClassDefFoundError: javafx/application/Application.
So i had updated the project using the openfx jar into the project and created the jar since the open source jar is class file version 55 it doesnt complied and executed it in the jDK 1.8 .
Does anyone have the jar package of JAVAFX 1.8 build with class file version 52. So that i can port it to my project and use it.