Skip to content

Commit

Permalink
Update readMe with zLinux statement (master) (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: heatherlp <[email protected]>
  • Loading branch information
heatherlp authored Mar 17, 2020
1 parent 97d035c commit 2ca7041
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ The following table shows versions of Fabric, Java and other dependencies that a
| **Java** | 8, 11 | 8+ |
| **Platform** | Ubuntu 18.04 | |

#### Client applications running on POWER architecture
To run Java SDK clients on IBM POWER systems (e.g. zLinux), use Java 11 and set the SSL provider to ‘JDK’ by either supplying the -D command line option:

```-Dorg.hyperledger.fabric.sdk.connections.ssl.sslProvider=JDK```

or with the environment variable set as follows:

```ORG_HYPERLEDGER_FABRIC_SDK_CONNECTIONS_SSL_SSLPROVIDER=JDK```

## Building and testing

```commandline
Expand Down

0 comments on commit 2ca7041

Please sign in to comment.