Skip to content

Commit

Permalink
- Add notes on openjdk13 integration
Browse files Browse the repository at this point in the history
- Add notes on Oracle JDK 8u231 integration
  • Loading branch information
chaoxinhu committed Dec 11, 2019
1 parent 54f956b commit f8ddb5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/zh_CN/docs/weidentity-installation-by-sourcecode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ WeIdentity JAVA SDK安装部署文档(源码方式)
1.下载源码
""""""""""

.. note::
注意:如果您使用了openjdk13,那么您需要手动修改build.gradle,禁用spotbugs相关功能。具体地,请打开build.gradle,然后将所有spotbugs相关项注释掉即可。


* `WeIdentity JAVA SDK <https://github.com/WeBankFinTech/WeIdentity.git>`_\ :raw-html-m2r:`<br>`
建议下载最新版本的release
Expand Down
6 changes: 5 additions & 1 deletion docs/zh_CN/docs/weidentity-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@ WeIdentity Java SDK 安装部署
安装部署
--------

我们提供两种方式安装部署SDK
我们提供两种方式安装部署SDK(包括两步:首先将WeIdentity智能合约部署到区块链上,再集成SDK到您的Java工程中):

* `安装部署工具方式 <./weidentity-build-with-deploy.html>`_ (推荐方式)
* `源码方式 <./weidentity-installation-by-sourcecode.html>`_

.. note::
注意:如果您使用了针对oracle jdk1.8.0.231及以上版本,不论用哪种方式部署SDK,在使用时都需要配置jvm参数 -Djdk.tls.namedGroups="secp256k1" 。详细原因,请见Oracle JDK 8u231的Release Notes: https://www.oracle.com/technetwork/java/javase/8u231-relnotes-5592812.html


便捷工具
----------

Expand Down

0 comments on commit f8ddb5a

Please sign in to comment.