evidenceSample icon indicating copy to clipboard operation
evidenceSample copied to clipboard

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

Open bencq opened this issue 3 years ago • 0 comments

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

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版本高导致的问题。

bencq avatar Sep 20 '21 06:09 bencq