-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
beta
-
x86
-
windows_nt, windows_2000
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2040612 | 1.4.0 | Stanley Ho | P4 | Resolved | Fixed | beta |
Name: yyT116575 Date: 02/09/2001
C:\>java -version
java version "1.3.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_01)
Java HotSpot(TM) Client VM (build 1.3.0_01, mixed mode)
Take applet A.class in A.jar with this manifest file:
Manifest-Version: 1.0
Created-By: Signtool (signtool 1.3)
Extension-List: B
B-Extension-Name: com.mycompany
B-Specification-Version: 1.0
B-Implementation-Version: 0.5.0
B-Specification-Title: B
B-Implementation-Vendor-Id: com.mycompany
B-Implementation-URL: http://myserver/B/download/BInstall.jar
Name: com/mycompany/A.class
Digest-Algorithms: MD5 SHA1
MD5-Digest: y1M50gErj2i5hWNMAxW/Hw==
SHA1-Digest: VXHFSkNM8jUyVCuZm1Va6RpNvRw
BInstall.jar is the extension installation jar file and has this manifest:
Manifest-Version: 1.0
Created-By: Signtool (signtool 1.3)
Comments: PLEASE DO NOT EDIT THIS FILE. YOU WILL BREAK IT.
Extension-Name: com.mycompany
Specification-Vendor: My Company
Specification-Version: 1.0
Implementation-Version: 0.5.0
Implementation-Vendor-Id: com.mycompany
Implementation-Vendor: My Company
Specification-Title: B
Main-Class: com.mycompany.install.Install
Name: com/mycompany/install/Install.class
Digest-Algorithms: MD5 SHA1
MD5-Digest: JhSSa3X10SbvHuTKPXNFbg==
SHA1-Digest: rPisobCUsWzVuITq4uX16bNGfZc=
Name: B.jar
Digest-Algorithms: MD5 SHA1
MD5-Digest: r2fhMcFudp83rzNs+C+3Lw==
SHA1-Digest: VzzHeO2NSaepbbgUKJV0hpD5pYM=
On Windows 2000, the installation class isn't started. The plug in applet store
directory is located under C:\Documents And Settings\java_plugin_AppletStore.
The installation seems to call java -jar C:\Documents And
Settings\java_plugin_AppletStore\1.3.0_01\ext\BInstall.jar
com.mycompany.Install which doesn't work because of spaces in the path.
Note: "Documents And Settings" seems to be a standard default path on Win2k.
The same installation works smoothly on WinNT and Win98.
(Review ID: 116683)
======================================================================
- backported by
-
JDK-2040612 extension installation fails in JPI on Windows 2000
-
- Resolved
-
- duplicates
-
JDK-4403951 1.3 plugin hangs on win2k when installing extensions
-
- Closed
-