Skip to content

Commit

Permalink
Add update guide, will be sticking with Java 8 but this information m…
Browse files Browse the repository at this point in the history
…ay be useful for others
  • Loading branch information
Col-E committed Apr 19, 2019
1 parent c29a826 commit 507151a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UPDATING-JDK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Updating for newer JDKs

Java2HTML is based off of Java 8. If you wish to run on a later version of Java the following changes will be neccesary to compile:


* [Specify JAXB as dependency](https://www.jesperdj.com/2018/09/30/jaxb-on-java-9-10-11-and-beyond/)
* Use `maven-compiler-plugin` version `3.8.0` and use `<release>{version}</release>` under `configuration`
* Use `controlsfx` version `9.0.0`
* Use `org.openjfx` dependencies _(can slap [`javafx-web`](https://mvnrepository.com/artifact/org.openjfx/javafx-web) into `dependencies`)_

0 comments on commit 507151a

Please sign in to comment.