I made a utility in using javafx on my system with jdk1.8 installed. Now I need to run this on my server it has jdk1.6. So while running this utility, I am getting error as,
Error occured during the initialization of vm
java/lang/UnsupportedClassVersionError: java/lang/Object : Unsupported major.min
or version 52.0
So can anybody please tell is there any possible way to run it on existing jdk1.6 without installing jdk1.6.