localedata.pack is not removed when installing to non default location from windows exe installer. Then localedata.pack is added on classpath of an application and compilation fails because it cannot handle this file. To reproduce:
- run installer
- change default location to e.g. 'E:\jdk1.6.0'
- finish installation
- look at E:\jdk1.6.0\jre\lib\ext. There are following files:
dnsns.jar
localedata.pack
sunjce_provider.jar
sunpkcs11.jar
localedata.jar
meta-index
sunmscapi.jar
This problem occured both with b59 and b61.
- run installer
- change default location to e.g. 'E:\jdk1.6.0'
- finish installation
- look at E:\jdk1.6.0\jre\lib\ext. There are following files:
dnsns.jar
localedata.pack
sunjce_provider.jar
sunpkcs11.jar
localedata.jar
meta-index
sunmscapi.jar
This problem occured both with b59 and b61.
- duplicates
-
JDK-6349241 *.pack files are left in JDK installation
-
- Closed
-