Doubt with exception that does not let start a Maven project

0

I can not start a Maven project in Eclipse, I have already set the environment variables and I recognized the version. I'm not understanding what it is Exception and how to do it 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.SSLContext.getInstance (SSLContext.java:156) at   org.apache.http.ssl.SSLContexts.createDefault (SSLContexts.java:51)

    
asked by anonymous 02.12.2017 / 17:19

1 answer

0

How is your project structure? Where did you put the pom.xml file? Put the data in your pom.xml here so it's easier to help.

    
02.12.2017 / 19:27