matlabからjava関数を呼び出しています。関数はEclipseで正常に実行されていますが、matlabから呼び出すと、次の例外が発生します。
java.io.IOException: The issuer can not be found in the trusted CA list.
例外は2行目で発生します。
URLConnection Conn = URL("https://www.google.com/accounts/ServiceLoginBoxAuth").openConnection();
Conn.getInputStream();
なんでそうなの?解決策はありますか?