Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 544 Bytes

UPDATING-JDK.md

File metadata and controls

9 lines (6 loc) · 544 Bytes

Updating for newer JDKs

Code2HTML 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
  • 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 into dependencies)