文件路径  /usr/local/java/jre/lib/security/java.security 

 

# The entropy gathering device can also be specified with the System
# property "java.security.egd". For example:
#
#   % java -Djava.security.egd=file:/dev/random MainClass
#
# Specifying this System property will override the
# "securerandom.source" Security property.
#
# In addition, if "file:/dev/random" or "file:/dev/urandom" is
# specified, the "NativePRNG" implementation will be more preferred than
# SHA1PRNG in the Sun provider.
#
#securerandom.source=file:/dev/random

securerandom.source=file:/dev/./urandom

注释 securerandom.source=file:/dev/random  添加一行 securerandom.source=file:/dev/./urandom

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-30
  • 2022-12-23
  • 2021-11-16
  • 2021-07-18
  • 2021-11-04
  • 2021-07-06
相关资源
相似解决方案