From 507151a6996a9d870e1031b7d45e3776955c97c9 Mon Sep 17 00:00:00 2001 From: Col-E Date: Fri, 19 Apr 2019 03:18:00 -0400 Subject: [PATCH] Add update guide, will be sticking with Java 8 but this information may be useful for others --- UPDATING-JDK.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 UPDATING-JDK.md diff --git a/UPDATING-JDK.md b/UPDATING-JDK.md new file mode 100644 index 0000000..7ab557e --- /dev/null +++ b/UPDATING-JDK.md @@ -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 `{version}` 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`)_ \ No newline at end of file