Where can I download the JSSE and JCE source code for the latest release of Java? The source build available at https://jdk6.dev.java.net/ does not include the javax.crypto
I downloaded the src jar from: http://download.java.net/jdk6/source/
NOTE: This is a self extracting jar, so just linking to it won't work.
... and jar -xvf won't work either.
jar -xvf
You need to: java -jar
java -jar
cheers, jer