-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0u5
-
generic
-
generic
In HtmlConverter, under About button Copyright is displayed as 2004 actually it should be 2005. This is not a regression. This is seen for all 1.5.0_XX.
JAVA Installed :
==============
java version "1.5.0_05-ea"
Java(TM) 2 RuntimeEnvironment, Standard Edition (build1.5.0_05-ea-b02)
Java HotSpot(TM) Client VM (build 1.5.0_05-ea-b02, mixed mode, sharing)
Steps to reproduce:
===================
Install JDK1.5.0_xx.
Goto <JAVA_HOME>/lib
Type command java -jar htmlconverter.jar -gui
Goto Menu option Help and About
OUTPUT:
======
Java(TM)Plugin-in HTML Converter v1.5.0_05-ea
Copyright 2004 Sun Microsystems,Inc.
Expected OUTPUT:
================
Java(TM)Plugin-in HTML Converter v1.5.0_05-ea
Copyright 2005 Sun Microsystems,Inc.
###@###.### 2005-06-22 12:56:00 GMT
JAVA Installed :
==============
java version "1.5.0_05-ea"
Java(TM) 2 RuntimeEnvironment, Standard Edition (build1.5.0_05-ea-b02)
Java HotSpot(TM) Client VM (build 1.5.0_05-ea-b02, mixed mode, sharing)
Steps to reproduce:
===================
Install JDK1.5.0_xx.
Goto <JAVA_HOME>/lib
Type command java -jar htmlconverter.jar -gui
Goto Menu option Help and About
OUTPUT:
======
Java(TM)Plugin-in HTML Converter v1.5.0_05-ea
Copyright 2004 Sun Microsystems,Inc.
Expected OUTPUT:
================
Java(TM)Plugin-in HTML Converter v1.5.0_05-ea
Copyright 2005 Sun Microsystems,Inc.
###@###.### 2005-06-22 12:56:00 GMT
- duplicates
-
JDK-6263462 HTMLConverter About dialog box shows "Copyright 2004"
- Closed