FISCO-BCOS / evidenceSample

A sample of using FISCO BCOS to build an evidence application
Apache License 2.0
102 stars 74 forks source link

使用中出现警告 WARNING: An illegal reflective access operation has occurred #52

Open bencq opened 3 years ago

bencq commented 3 years ago

使用过程中出现如下的警告,不影响正常使用,但是很影响观感,希望可以修复。

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.bouncycastle.jcajce.provider.drbg.DRBG (file:/home/bencq/source_code/ProofOfExistence/evidenceSample/evidence_toolkit/lib/bcprov-jdk15on-1.60.jar) to constructor sun.security.provider.Sun()
WARNING: Please consider reporting this to the maintainers of org.bouncycastle.jcajce.provider.drbg.DRBG
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

我使用的JDK版本是openjdk-14 应该是JDK版本高导致的问题。