The disabling of the Java tray icon in both the system tray and via the pop-up menu is broken on Windows Vista. This has been determined by code inspection, not by testing.
The fix would be to change the use of HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER in the querying of the HideSystemTrayIcon registry key.
Affected areas are src/plugin/win32/common/SysTrayReg.cpp, IsSysTrayEnabled() and ShowSysTray(), and src/common/windows/native/WindowsJavaTrayIcon.cpp, Java_com_sun_deploy_ui_WindowsJavaTrayIcon_isEnabled0() and Java_com_sun_deploy_ui_WindowsJavaTrayIcon_showSysTray().
Note that these changes will be picked up in the Java Control Panel code, src/plugin/win32/regutils/RegJControl.cpp, as it uses the SysTrayReg code's routines.
The fix would be to change the use of HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER in the querying of the HideSystemTrayIcon registry key.
Affected areas are src/plugin/win32/common/SysTrayReg.cpp, IsSysTrayEnabled() and ShowSysTray(), and src/common/windows/native/WindowsJavaTrayIcon.cpp, Java_com_sun_deploy_ui_WindowsJavaTrayIcon_isEnabled0() and Java_com_sun_deploy_ui_WindowsJavaTrayIcon_showSysTray().
Note that these changes will be picked up in the Java Control Panel code, src/plugin/win32/regutils/RegJControl.cpp, as it uses the SysTrayReg code's routines.
- relates to
-
JDK-6611346 System tray icon not showing up
-
- Closed
-