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

securerandom.source=file:/dev/random

替换为

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

 

posted on 2018-09-20 13:55  Superb1995  阅读(405)  评论(0)    收藏  举报