Where can I get (match) sources for com.sun.jndi.ldap packages. *?

I am on JDK6_u26 and cannot find com.sun.jndi.ldappackage sources as part of sources.zip. I believe that they can be accessed from the OpenJDK6 project, but I'm not sure; and I read that sources in some cases do not match binary files. Can someone shed some light on how to get the sources (and, if possible, the exact match to the binary JDK assembly) for these packages for attaching them in the debugger?

Link url / pointer will be great ... Thanks a lot in advance!

+3
source share
2 answers

, "Java SE 6 JDK Source Code". . NB , src.zip, JDK.

+3

EJP , :

downlaod openJDK 8 , , openJDK 8, , , 8 http://download.java.net/openjdk/jdk8/ , .

openJDK/src/openjdk/jdk/src/share/classes/com/sun/jndi/ldap/.

, openJDK/src/openjdk/jdk/src/share/classes/com/sun/jndi/ldap/pool/Pool.java

0
source

All Articles