System Requirements/Java 11
![]() | This feature is available starting from 3.0PR18Q2. |
Additional Requirements
In addition to the common System Requirements, when working with Java 11, some components have extra requirements:
- Ant >= 1.10.2
If using an ant version prior to 1.10.6, it is necessary to include the following setting in ANT_OPTS:
ANT_OPTS="-Djdk.util.jar.enableMultiRelease=force"
Tomcat
- Default init scripts in 7.0.x and 8.0.x fail to start with Java 11 because they include
java.endorsed.dirs
system property which is no longer supported, init script can be edited to remove it, or use a newer Tomcat version. This is fixed in 8.5.x and 9.0.x.
The following are the minimum Tomcat versions that can be used:
- 8.5.24
- 9.0.2