-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b92
-
x86
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2163898 | 5.0u21 | Abhijit Saha | P3 | Closed | Fixed | b01 |
JDK-2171654 | 1.4.2_20 | Abhijit Saha | P3 | Resolved | Fixed | b01 |
JDK-2163899 | 1.4.2_19-rev | Vladislav Karnaukhov | P3 | Resolved | Fixed | b05 |
Java Plugin has an extension mechanism that will enable applets to install system-wide extensions into the jre/lib/ext (e.g c:\Program Files\java\jre1.6.0\lib\ext) directory. That won't work for window Vista OS, as protected mode can't write there.
Actually, plugin itself dosn't write to the lib/ext directory. The problem is that plugin is not allowed (unless running as administraitor) to call Runtime.exec() to launch the installer (which itself may write to lib/ext or wherever it wants).
For now we need to update the release notes to clairify this, and show a more meaningfull error dialog that informs the user why the installer cannot be run.
Actually, plugin itself dosn't write to the lib/ext directory. The problem is that plugin is not allowed (unless running as administraitor) to call Runtime.exec() to launch the installer (which itself may write to lib/ext or wherever it wants).
For now we need to update the release notes to clairify this, and show a more meaningfull error dialog that informs the user why the installer cannot be run.
- backported by
-
JDK-2163899 Vista: Java Plugin won't be able to launch extension installers.
- Resolved
-
JDK-2171654 Vista: Java Plugin won't be able to launch extension installers.
- Resolved
-
JDK-2163898 Vista: Java Plugin won't be able to launch extension installers.
- Closed
- relates to
-
JDK-6459341 6432317 dialog shows garbled exception message on Japanese Vista
- Closed