Skip to content

Commit

Permalink
Fix incorrect version label for OpenSSL pre-req
Browse files Browse the repository at this point in the history
The "Java 12" tag was correct for the 0.13 release of Java 12, which proceeded
a release for all platforms. When 0.14 was released, the tag should have been
 removed.

Closes: #293

Signed-off-by: Sue Chaplain <[email protected]>
  • Loading branch information
SueChaplain committed Jul 3, 2019
1 parent baa4098 commit a9cd81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adoptopenjdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ range of platforms. For information about the platforms and minimum operating sy

If you obtain binaries from the AdoptOpenJDK community, the following pre-requisites are required:

- ![Start of content that applies only to Java 12](cr/java12.png) OpenJDK binaries for Linux and AIX platforms from the AdoptOpenJDK community no longer bundle the OpenSSL cryptographic library. The library is expected to be found on the system path. If you want to use OpenSSL cryptographic acceleration, you must install OpenSSL 1.0.2 or 1.1.X on your system. If the library is not found on the system path, the in-built Java crytographic implementation is used instead, which performs less well.
- OpenJDK binaries for Linux and AIX platforms from the AdoptOpenJDK community no longer bundle the OpenSSL cryptographic library. The library is expected to be found on the system path. If you want to use OpenSSL cryptographic acceleration, you must install OpenSSL 1.0.2 or 1.1.X on your system. If the library is not found on the system path, the in-built Java crytographic implementation is used instead, which performs less well.
- ![Start of content that applies only to Java 8](cr/java8.png) On Linux systems, the `fontconfig.x86_64` package should be installed to avoid a `NullPointerException` error when the AWT font subsystem is initialized. Work is ongoing at the AdoptOpenJDK project to fix this issue for their OpenJDK binaries.


Expand Down

0 comments on commit a9cd81d

Please sign in to comment.