我正在从 matlab 调用 java 函数。该函数在 eclipse 中运行良好,但是当我从 matlab 调用时,我得到了这个异常:
java.io.IOException: The issuer can not be found in the trusted CA list.
异常发生在第二行:
URLConnection Conn = URL("https://www.google.com/accounts/ServiceLoginBoxAuth").openConnection();
Conn.getInputStream();
为什么会这样?有什么解决办法吗?