0
I cannot start a Maven project in Eclipse, I have already configured the environment variables and recognized the version. I don’t understand is Exception
and how to run Maven in Eclipse
Error:
Caused by: java.security.Nosuchalgorithmexception: TLS Sslcontext not available at sun.security.jca.GetInstance.getInstance(Getinstance.java:159) at javax.net.ssl.SLContext.getInstance(Sslcontext.java:156) at org.apache.http.ssl.Sslcontexts.createDefault(Sslcontexts.java:51)
I was able to solve it already (configuring Maven dependencies with the most current Spring)
– Rafael Perracini