LoginSignup
3
1

More than 1 year has passed since last update.

【Java】「Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty」の対処方法

Last updated at Posted at 2022-03-23

まえがき

環境構築時にこの問題にでくわし、4時間ほど時間とられたので記録として残しておく( ´_ゝ`)

参考

原因

・OpenJDK8ではtrust store($JAVA_HOME/lib/security/cacerts)が空。

対処方法

・OpenJDK11からとってくる。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1