JDK-6775674 : JDK installer is signed with "Java Runtime Environment" text
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u14,7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows_vista
  • CPU: generic
  • Submitted: 2008-11-24
  • Updated: 2010-09-26
  • Resolved: 2009-05-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u14 b01Fixed 7Fixed
Related Reports
Duplicate :  
Description
Steps to reproduce:

1. Go to the deployment archives with IE
2. Click on the JDK.exe, and select "Run" (not save)
3. After the download takes place, it'll have a security dialog with "Java Runtime Environment" text.

Expected behavior:  It should show "Java Development Kit" text.

Comments
EVALUATION The fix is to update the signing description for jdk installer.
12-01-2009

EVALUATION /java/deployment/ws/1.6.0_12/nightly/install/make/installer/bundles/windows/ishield/wrapper/wrapper.jdk/Makefile $(FULL_SIGNER) -n "$(JAVA_DESC) $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION )$(MARKET_NAME)" -i http://java.com/ $(OBJDIR)/wrapper.exe endif We should probably have a JAVA_JRE_DESC and a JAVA_JDK_DESC.
24-11-2008