-
Bug
-
Resolution: Fixed
-
P1
-
6
-
b20
-
generic
-
generic
-
Verified
JDK-Info:
---------
java version "1.6.0-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-ea-b17)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b17, mixed mode, sharing)
System-Info:
------------
Generic
Steps to Reproduce:
-------------------
Launch JDK6.0 b17 HtmlConverter on Linux/Solaris 10/windows
Following exception is thrown:
Exception in thread "main" java.lang.NumberFormatException: For input string: "a"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:447)
at java.lang.Integer.<init>(Integer.java:620)
Expected Behavior:
------------------
HtmlConverter should be launched successfully
Actual Behavior:
----------------
NumberFormatException thrown when launching HtmlConverter
###@###.### 2004-12-27 15:16:51 GMT