JDK-6706574 : REG: Remove button should be disabled for default JRE in Java Runtime settings dialog
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2008-05-23
  • Updated: 2010-09-08
  • Resolved: 2009-01-29
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
6u12 b02Fixed
Related Reports
Relates :  
Description
Remove button should be disabled for default JRE in Java Runtime settings dialog

Tested build : 6u10 b24
Tested OS : windows

Steps to reproduce :
1. install 6u10 b24
2. launch java control panel
3. go to java tab, click view button
Java Runtime Settings dialog will be launched. There will be a default JRE entry (installed JRE)
4. select the default JRE
5. Click on Remove button
default JRE entry is removed from the table

Expected behavior: It should not allow to remove the default JRE entry from the table. It is better to disable the Remove button when default JRE is chosen.

Note : It is a regression from b23.

Comments
EVALUATION On Unix platforms, we need mark the current running JRE as "registered". This prevents the "remove" button.
13-11-2008

EVALUATION I believe this is related to 6713203, as remove button is disabled for "system" JRE, and the default JRE should be listed in System JREs.
17-10-2008

EVALUATION It might be a regression caused by merging plugin and javaws jre info. The user impact is minor since plugin/JCP can regeneate the jre list from the registry. Even the current jre entry is removed, it will come back automatically next time when control panel is launched.
27-05-2008