Changeset 7512
- Timestamp:
- Nov 1, 2018, 3:16:03 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r7504 r7512 203 203 <include name="sql/**/*" /> 204 204 <include name="config/**/*" /> 205 <include name="java11/**/*" /> 205 206 </fileset> 206 207 </copy> -
trunk/doc/src/docbook/admin/installation.xml
r7461 r7512 251 251 <para> 252 252 As of BASE 3.6 only Java SE 8 is supported. Java SE 7 253 or lower is not supported. 253 or lower is not supported. Java 11 is not yet officially 254 supported. It may work, but it requires an extra installation 255 step: Copy the JAR-files located in <filename><base-dir>/misc/java11/</filename> 256 to the <filename><base-dir>/www/WEB-INF/lib/</filename> directory. 254 257 </para> 255 258 </note>
Note: See TracChangeset
for help on using the changeset viewer.