|
Quick Lists
|
|
Bug ID:
|
6643315
|
|
Votes
|
0
|
|
Synopsis
|
Product Registration Info button in the Windows JDK installer should use default browser
|
|
Category
|
java:sunservicetags
|
|
Reported Against
|
|
|
Release Fixed
|
6u7(b01)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
18-DEC-2007
|
|
Description
|
The product registration info button in the last panel of the Windows JDK installer currently launches IE to open the JDK privacy page. However, the JDK online registration page is opened with the default desktop browser.
The product registration info button should launch the default desktop browser to have a consistent user experience with the JDK registration.
Posted Date : 2007-12-18 18:41:53.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
The installer runs this to show the .html file:
"[ProgramFilesFolder]\Internet Explorer\iexplore.exe"
Instead of doing that, it should find the path of the Windows default
browser and use that instead of the above path.
Posted Date : 2007-12-18 20:42:26.0
Per UE we should use the default browser, found that in order to use the
default browser correctly, the RegLocater must be instructed to get the
filename of the application, the Registry contains other flags too, and
if not instructed during the CreateProcess wrong args are passed in.
The fix is pretty much the same as in the description with some tweaks.
Posted Date : 2008-01-09 19:34:31.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |