0

I try to import an Eclipse projet which works fine on another computer, and i get this error on Eclipse :

The import javax.net cannot be resolved

import javax.net.ssl.X509TrustManager;

How can i solve this ? Is there a missing package to install ?

jww
  • 90,984
  • 81
  • 374
  • 818
wawanopoulos
  • 9,016
  • 29
  • 105
  • 158
  • 1
    I guess your jdk is < JDK7 as this class is added in JDK7 – Satya Aug 13 '14 at 07:36
  • X509TrustManager is since 1.4 – Maas Aug 13 '14 at 07:42
  • Possible duplicate of [Eclipse error: "The import XXX cannot be resolved"](http://stackoverflow.com/questions/4322893/eclipse-error-the-import-xxx-cannot-be-resolved) – jww Aug 13 '14 at 08:10
  • Double check that it's actually on the Java Build Path. And by that I mean look in every jar there to make sure you see it. – nitind Aug 13 '14 at 08:16

0 Answers0