JDK-6235121 : HtmlConverter fails on all platforms
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 5.0u2
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-03-02
  • Updated: 2014-02-27
  • Resolved: 2005-03-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0u2 b09Fixed
Description
HtmlConverter starts to fail in Tiger U2 b08.  It works in previous builds.  Whenever we try to launch HtmlConverter, the usage page with all the options gets displayed.  This failure is consistent on all platforms, both GUI and non-GUI.  Using "java -jar htmlconverter.jar" also fails to launch HtmlConverter.

$ ./HtmlConverter -gui

Usage: HtmlConverter [-option1 value1 [-option2 value2 [...]]] [-simulate]  [filespecs]

where options include:

    -source:    Path to get original files.  Default: <userdir>
    -source -:  read converting file from the standard input
    -dest:      Path to write converted files.  Default: <userdir>
    -dest -:    write converted file to the standard output
    -backup:    Path to write backup files.  Default: <dirname>_BAK
    -f:         Force overwrite backup files.
    -subdirs:   Should files in subdirectories be processed.
    -template:  Path to template file.  Use default if unsure.
    -log:       Path to write log.  If not provided, no log is written.
    -progress:  Display progress while converting.  Default: false
    -simulate:  Display the specifics to the conversion without converting.
    -latest:    Use the latest JRE supporting the release mimetype.
    -gui:       Display the graphical user interface for the converter.

    filespecs:  Space delimited list of files specs.  Default: "*.html *.htm" (quotes require
###@###.### 2005-03-02 20:04:56 GMT

Comments
EVALUATION This is the same problem as 6212741 but manifests differently in 5.0u2. The same fix for 6212741 fixes this problem ###@###.### 2005-03-03 03:18:54 GMT
03-03-2005