Re: RFR : 7163470 : Build fails if javax.crypto src files not present.

2012-05-09 Thread Valerie (Yu-Ching) Peng
On 05/09/12 07:03, Seán Coffey wrote: The JDK has historically allowed builds without the javax.crypto package src. Bug fix 7058133 altered the bootclasspath for security library builds. This fix simply allows the builds to continue if javax.crypto package is not present. In such cases we ap

RFR : 7163470 : Build fails if javax.crypto src files not present.

2012-05-09 Thread Seán Coffey
The JDK has historically allowed builds without the javax.crypto package src. Bug fix 7058133 altered the bootclasspath for security library builds. This fix simply allows the builds to continue if javax.crypto package is not present. In such cases we append the jce.jar to bootclasspath. I'v