JDK-6787810 : Java FX preloaded jar files are not downloaded with Non Admin UAC ON with Vista
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u12
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2008-12-20
  • Updated: 2010-04-04
  • Resolved: 2009-09-01
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
6u18Resolved
Related Reports
Duplicate :  
Relates :  
Description
How to reprodcue

1.) Create a non admin user a/c for Vista machine. Set it to UAC enable

2.) Execute "javaws -uninstall", to make sure no pre downloaded jar files exist in the machine.

3.) Install latest respin pit bundle
http://j2se.east/arc/1.6.0_12/pit/2008-12-19.18_06/

4.) Provide the admin password when asked for it.

5.) Please make sure that you can install JRE without any issue. Now open JCP and go to viewer

Expected Behavior:
It should show preloaded jar files downloaded for Java FX

Actual Behavior:
No pre loaded jar files are shown
This issue is reproducible on another machine also (urti064.india.sun.com) with Normal User and UAC Enabled.

Comments
EVALUATION this is because the JRE installer can only run as admin user. So the javafx JARs are downloaded into the admin's user's cache instead.
11-07-2009