-
Bug
-
Resolution: Fixed
-
P2
-
1.3.0_01, 1.4.0, 1.4.1
-
01
-
generic, x86, sparc
-
generic, solaris_2.6
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2053110 | 1.4.1 | Xiaobin Lu | P2 | Closed | Fixed | hopper |
Because regxpcom was so problematic, Netscape would like us to go back to what we did in 1.3.1 for Netscape 6. Our 1.4.1 installer should remove previous plugin dll's in the Netscape plugins directory, and then copy all of our plugins dll's into it. The algorithm can be found in the install script in 1.3.1 in make/ishield/jrescript.rul in SetupPlugin().
Additionaly, we should copy our plugin dll's for all products that register with the gecko embedded browser. The algorithm can be found in the install script in 1.3.1_03 in make/ishield/setupjre.rul in CopyPlugin().
Because we are moving away from using install script wherever possible, these algorithms should be implemented in ActPanel.dll, so our installer can just call them. The Netscape algorithm should keep the name MakeJava2Netscape6Default(). The gecko algorithm should be something like MakeJava2GeckoDefault().
###@###.### 2002-03-27
Additionaly, we should copy our plugin dll's for all products that register with the gecko embedded browser. The algorithm can be found in the install script in 1.3.1_03 in make/ishield/setupjre.rul in CopyPlugin().
Because we are moving away from using install script wherever possible, these algorithms should be implemented in ActPanel.dll, so our installer can just call them. The Netscape algorithm should keep the name MakeJava2Netscape6Default(). The gecko algorithm should be something like MakeJava2GeckoDefault().
###@###.### 2002-03-27
- backported by
-
JDK-2053110 We should revert to copying our plugin dll's into Netscape 6 again
-
- Closed
-
- duplicates
-
JDK-4662236 REGRESSION : win32 products that use gecko need plugin dll's
-
- Closed
-
-
JDK-4627662 Since mozilla094, java installer no longer puts defaul JRE into plugin dir
-
- Closed
-