Link to home
Start Free TrialLog in
Avatar of anil_80
anil_80

asked on

Need help with compiling - urgent!

Hello,
i am trying to compile a servlet , but it gave me this error message.
SSLInfo.java:68: cannot resolve symbol
symbol  : class x509Certificate
location: package cert
                   java.security.cert.x509Certificate cert;

fyi, i've already have the import statement
on the header of the servlet -
import java.security.cert.x509Certificate;

if i need the package, where can i find it?
ASKER CERTIFIED SOLUTION
Avatar of rashidkamranbs
rashidkamranbs

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial