JFX-Browser icon indicating copy to clipboard operation
JFX-Browser copied to clipboard

Java 9 Compatibility

Open pdemanget opened this issue 6 years ago • 2 comments

Could you upgrade the dependency of JFoenix version for java9 Compatibility? see bug: https://github.com/jfoenixadmin/JFoenix/issues/365

Of course, if you want to keep java8 compatibility, you have to maintain 2 branches.

Here is the patch that works for me in JDK9:

diff --git a/build.gradle b/build.gradle index baadc1f..abb3e8a 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ jar { dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' compile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.7.2'

  • compile 'com.jfoenix:jfoenix:1.10.0'
  • compile 'com.jfoenix:jfoenix:9.0.2' compile 'de.jensd:fontawesomefx-fontawesome:4.7.0-5' compile 'com.gluonhq:charm-down-desktop:2.0.0' compile 'com.googlecode.json-simple:json-simple:1.1.1'

pdemanget avatar Feb 21 '18 10:02 pdemanget

Great i will do it! :)

I need some testing first.

goxr3plus avatar Feb 23 '18 15:02 goxr3plus

It's done :). You can download it for Java 9.

goxr3plus avatar Mar 26 '18 19:03 goxr3plus