Skip to content

Commit

Permalink
Merge pull request #315 from SueChaplain/fixopenssl
Browse files Browse the repository at this point in the history
Fix incorrect version label for OpenSSL pre-req
  • Loading branch information
pshipton authored Jul 3, 2019
2 parents 21cac74 + a9cd81d commit 345b217
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 345b217

Please sign in to comment.