在JVM环境中解决

打开$JAVA_PATH/jre/lib/security/java.security这个文件,找到下面的内容:

securerandom.source=file:/dev/urandom
替换成

securerandom.source=file:/dev/./urandom
————————————————
版权声明:本文为CSDN博主「killer-leon」的原创文章,遵循CC 4.0 by-sa版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/u011627980/article/details/54024974

相关文章:

  • 2021-05-01
  • 2021-09-04
  • 2021-04-18
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2021-06-06
  • 2021-09-18
猜你喜欢
  • 2021-05-30
  • 2021-12-05
  • 2021-06-28
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案