badarshahzad / JFX-Browser

JFx Browser is a multi tab browser. In its first version HTML to PDF, Downloading , History, Bookmarks and Account creation facility available. We are not still working on this project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java 9 Compatibility

pdemanget opened this issue · comments

Could you upgrade the dependency of JFoenix version for java9 Compatibility?
see bug: sshahine/JFoenix#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'

Great i will do it! :)

I need some testing first.

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