-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b26
-
generic
-
generic
-
Verified
Manifest:
Manifest-Version: 1.0
Premain-Class: agent
Will fail saying that agent can't be found. I pounded my head against my screen for an hour trying to figure out what was wrong. Turns out it was looking for a class named " agent". The white-space processing for other JAR attributes should also be checked.
###@###.### 2005-05-23 01:30:24 GMT
The following new test will fail without the fix for this
bug in a promoted JDK:
java/lang/instrument/ManifestTest.sh
Manifest-Version: 1.0
Premain-Class: agent
Will fail saying that agent can't be found. I pounded my head against my screen for an hour trying to figure out what was wrong. Turns out it was looking for a class named " agent". The white-space processing for other JAR attributes should also be checked.
###@###.### 2005-05-23 01:30:24 GMT
The following new test will fail without the fix for this
bug in a promoted JDK:
java/lang/instrument/ManifestTest.sh
- relates to
-
JDK-6679866 portability issues with JLI-batch-200803 on Win*
- Closed
-
JDK-4459600 java -jar fails to run Main-Class if classname followed by whitespace.
- Closed