JDK-6406821 : Vista: Java Update tab is missing in stardard account
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2006-03-31
  • Updated: 2010-04-04
  • Resolved: 2006-05-22
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.
Other JDK 6
1.4.2_14Fixed 6 b85Fixed
Related Reports
Relates :  
Description
install mustang b77 On Vista beta(5308), create a standard account and login, run Java Control Panel, the Java Update Tab is missing.  Vista allows some privileged action if user can give administrator's credential,  so Java Update Tab should show in any account.

Comments
SUGGESTED FIX Currently, Update tab is enabled only if the user have admin privilege in RegJcontrol.cpp. For Windows Vista, since all of the users have the potential to execute the application with the elevated privilege the following code is added to the IsAdminPrivileges function in UpdateConf.cpp //Windows Vista if( osvi.dwPlatformId == VER_PLATFORM_WIN32_NT && osvi.dwMajorVersion >= 6 && osvi.dwMinorVersion >= 0) { return TRUE; } This will make the update tab enabled all the time for vista or later.
18-04-2006

EVALUATION The update tab should be visible to all users on Vista, as all users can become administrator if needed. This support should be added for Vista and later.
13-04-2006

EVALUATION I was able to reproduce the issue. The Update tab is only missing for the Standard user, but, the user in administrator's group is able to see the Update tab.
04-04-2006