Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8016488 | 6u60 | Ivan Gerasimov | P3 | Closed | Fixed | b01 |
We discovered this issue during download testing.
To reproduce:
1) Download the kernel (iftw-k.exe) bundle from
https://cds-edit.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jre-6u18-oth-JPR@CDS-CDS_Developer
2) After successfully installing it, run the command
C:\Results>java -version
############# ERROR CODE: 0
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
C:\Results>
Running this command does not return this error again.
Running the command "java -version" for second or third time does not
print the "####ERROR CODE: 0" message. We observed this on Windows XP.
To reproduce:
1) Download the kernel (iftw-k.exe) bundle from
https://cds-edit.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jre-6u18-oth-JPR@CDS-CDS_Developer
2) After successfully installing it, run the command
C:\Results>java -version
############# ERROR CODE: 0
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
C:\Results>
Running this command does not return this error again.
Running the command "java -version" for second or third time does not
print the "####ERROR CODE: 0" message. We observed this on Windows XP.
- backported by
-
JDK-8016488 Java version returns Error Code with kernel bundle
- Closed