JPro-one / JPro-from-Jars

3 stars 1 forks source link

Can I use jar builed with javafx 8? #18

Open abiange opened 4 years ago

abiange commented 4 years ago

I build my jar with java jdk 8. I build my app with java jdk 8 because my project only worked with java Version 8 and javafx 8.

But , JPro-from-jar project works with javafx version 11.

Will my jar work in this project?

FlorianKirmaier commented 4 years ago

Our HelloJPro project has a Java(FX) 8 branch: https://github.com/JPro-one/HelloJPro/tree/javafx8 You would have to remove the java11 code to downgrade it to java8. I think you only have to change the compiler-arguments and remove the javafx-plugin in the build.gradle.