Based on the solution mentioned in JDK-7166597/ JDK-8044347.
java.exe, javaw,exe, javaws.exe are no longer copied to the system dir , instead symlinks being created under %ProgramData\Oracle\Java\Javapath to the latest jre version path
Tested 8u20-b20 promotion build on 32-bit Windows, javaws.exe is stll being copied to the system dir
Expected: no javaws.exe under system dir / javaws.exe symlink created under %ProgramData\Oracle\Java\Javapath
java.exe, javaw,exe, javaws.exe are no longer copied to the system dir , instead symlinks being created under %ProgramData\Oracle\Java\Javapath to the latest jre version path
Tested 8u20-b20 promotion build on 32-bit Windows, javaws.exe is stll being copied to the system dir
Expected: no javaws.exe under system dir / javaws.exe symlink created under %ProgramData\Oracle\Java\Javapath
- duplicates
-
JDK-8043453 deploy.dll needs to stop copying javaws.exe to the system dir
- Resolved