Home > Software design >  Failed to create project. clientBuilder.sslSocketFactory(SSLSocketFactory) not supported on JDK 9 .
Failed to create project. clientBuilder.sslSocketFactory(SSLSocketFactory) not supported on JDK 9 .

Time:04-05

I try to create a Maven project with Eclipse Oxygen EE using JDK 1.8.0 u301 but when i click finish give this error. I don't understand how to solve it because I'm not using JDK 9. I checked if I had more JDK installed but found nothing.

CodePudding user response:

As suggested by @khmarbaise i downloaded the last version of Eclipse EE: https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2022-03/R/eclipse-jee-2022-03-R-win32-x86_64.zip

I suppose it was something related to eclipse version and maven version. I used the same JDK and JRE for both version. thanks for all the comments.

  • Related