Name: rlT66838 Date: 03/15/2000
Classic VM <build JDK-1.2.2-001, native threads, symcjit>
A table needs to be added to: http://java.sun.com/products/plugin/1.2/docs/tags.html
with the available cab files. There also needs to be a link to that page and table from the
http://java.sun.com/products/plugin/1.2/features.html
Myself and others have been experiencing problems with your HTMLConverter. I
develop applets using the Java 2 SDK which requires the Java Plug-in version
1.2.2. When running your HTMLConverter, it points to download the Java Plug-in
version 1.2.1. This has caused major since, when installed, it causes a page
fault in the browser and forces the browser to close down. Is there a new
version of the HTMLCOnverter, or can you give me the correct download address
in the "codeBase" tag which points to the correct version of the Java plug-in.
As of now, it points to "http://java.sun.com/products/plugin/1.2/jinstall-12-
win32.cab#version=1,2,0,0".
(Review ID: 102477)
======================================================================
Name: rlT66838 Date: 05/03/2000
java version "1.2.2"
Classic VM (build JDK-1.2.2-001, native threads, symcjit)
I just converted my html with the HTMLConverter from the Sun.
I tried to load that html page from the machine which does not have
any Java Plug-in installed, and it prompted me for download and
install Java Plug-in 1.2.1 not 1.2.2.
I believe the latest version is 1.2.2, not 1.2.1.
Here is that html file:
-------------------------------------------------------------------------------
<html>
<!--"CONVERTED_APPLET"-->
<!-- CONVERTER VERSION 1.0 -->
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 300 HEIGHT = 50
codebase="http://java.sun.com/products/plugin/1.2/jinstall-12-win32.cab#Version=
1,2,0,0">
<PARAM NAME = CODE VALUE = LauncherApplet.class >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.2">
<PARAM NAME = archive VALUE =LauncherApplet.jar>
<PARAM NAME = cache_option VALUE =Plugin>
<PARAM NAME = cache_archive VALUE =test.jar>
<COMMENT>
<EMBED type="application/x-java-applet;version=1.2" java_CODE =
LauncherApplet.class WIDTH = 300 HEIGHT = 50 archive = LauncherApplet.jar
cache_option = Plugin cache_archive = test.jar
pluginspage="http://java.sun.com/products/plugin/1.2/plugin-install.html"><NOEMB
ED></COMMENT>
</NOEMBED></EMBED>
</OBJECT>
<!--
<APPLET CODE = LauncherApplet.class WIDTH = 300 HEIGHT = 50 >
<PARAM NAME = archive VALUE =LauncherApplet.jar>
<PARAM NAME = cache_option VALUE =Plugin>
<PARAM NAME = cache_archive VALUE =test.jar>
</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->
</html>
-------------------------------------------------------------------------------
(Review ID: 104377)
======================================================================