Bundle: j2sdk-1_3_1_07-ea-bin-ea-solaris-sparc-04_nov_2002.sh
OS: Solaris 8 (32bit) SPARC
The section 13 in the help coming up from HtmlConverter says:
----
13) Running HTML Converter:
Once the installation is done, change directory to the install folder,
and do the following for your specific platform:
For example, on Windows:
> cd <HTML Converter Directory>
> java -jar htmlconv-131.jar
On Unix(Solaris):
%cd <HTML Converter Directory>
%java -jar htmlconv-131.jar
----
However, this instruction is wrong and it should be like:
----
13) Running HTML Converter:
Once the installation is done, change directory to the install folder,
and do the following for your specific platform:
For example, on Windows:
> cd <Java Install Directory>/lib
> java -jar htmlconverter.jar
or
> cd <Java Install Directory>/bin
> HtmlConverter -gui
On Unix(Solaris):
% cd <Java Install Directory>/lib
% java -jar htmlconverter.jar
or
% cd <Java Install Directory>/bin
% HtmlConverter -gui
----
OS: Solaris 8 (32bit) SPARC
The section 13 in the help coming up from HtmlConverter says:
----
13) Running HTML Converter:
Once the installation is done, change directory to the install folder,
and do the following for your specific platform:
For example, on Windows:
> cd <HTML Converter Directory>
> java -jar htmlconv-131.jar
On Unix(Solaris):
%cd <HTML Converter Directory>
%java -jar htmlconv-131.jar
----
However, this instruction is wrong and it should be like:
----
13) Running HTML Converter:
Once the installation is done, change directory to the install folder,
and do the following for your specific platform:
For example, on Windows:
> cd <Java Install Directory>/lib
> java -jar htmlconverter.jar
or
> cd <Java Install Directory>/bin
> HtmlConverter -gui
On Unix(Solaris):
% cd <Java Install Directory>/lib
% java -jar htmlconverter.jar
or
% cd <Java Install Directory>/bin
% HtmlConverter -gui
----