Question (again) on eclipse debugging java apis
Certificate generateCertificate(fin);//I go into the code
then I step into
return certFacSpi.engineGenerateCertificate(inStream);
And I get "Source Not Found Editor"
I see that the class called is:public class sun.security.provider.X509Factory extends java.security.cert.CertificateFactorySpi
But I can not seem to find the package sun.security.provider in the jdk src.
Isn't all src available from SUN? Am I doing something wrong in my environment setup?Any input is highly welcome
The full source code is distributed as separate jar file, but it's a little bit outdated (6u23): http://download.java.net/jdk6/source/
But you can also download the openjdk sources, that contain also the source of the sun specific classes.
精彩评论