Changes between Version 4 and Version 5 of BuildingWorldPainter
- Timestamp:
- 04/19/20 18:01:53 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingWorldPainter
v4 v5 27 27 ''TODO: JPen has native libraries, which are currently missing (meaning the tablet support won't actually work. This has yet to be incorporated in the build somehow.'' 28 28 29 = Set totoolchains29 = Set up Maven toolchains 30 30 31 31 !WorldPainter uses the Maven toolchain framework (https://maven.apache.org/guides/mini/guide-using-toolchains.html) to find the JDK's it needs. You need to follow the instructions on that page to configure two toolchains: one of type `jdk` and version `1.8` pointing to a Java 8 JDK, and one of type `jdk` and version `9` pointing to a Java 9 JDK.