C
cym tronik
Hi,
not sure this is the right place for my problem ...
In a web page I use an applet. If I launch the applet in a
HTML file, like this:
<APPLET CODE="myapplet.class" ...>
everything goes well. But if I launch it in a JSP file:
<jsp
lugin type="applet"
code="myapplet.class"
....>
the Firefox (1.03 and 1.06) says it needs a plug-in. When promted to
look for it, it says it cannot be found. The JSP generated by Tomcat
5.5.9 from the instruction "jsp
lugin ..." mentions :
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width="600" height="420"
codebase="http://java.sun.com/products/plugin/1.2.2/jinstall-1_2_2-win.cab#Version=1,2,2,0">
i.e. the latest Java plug-in.
The EMBED part of the generated code for IE works fine, which drives
me mad, I hate IE.
Any idea of what's wrong ?
cymtronik
not sure this is the right place for my problem ...
In a web page I use an applet. If I launch the applet in a
HTML file, like this:
<APPLET CODE="myapplet.class" ...>
everything goes well. But if I launch it in a JSP file:
<jsp
code="myapplet.class"
....>
the Firefox (1.03 and 1.06) says it needs a plug-in. When promted to
look for it, it says it cannot be found. The JSP generated by Tomcat
5.5.9 from the instruction "jsp
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width="600" height="420"
codebase="http://java.sun.com/products/plugin/1.2.2/jinstall-1_2_2-win.cab#Version=1,2,2,0">
i.e. the latest Java plug-in.
The EMBED part of the generated code for IE works fine, which drives
me mad, I hate IE.
Any idea of what's wrong ?
cymtronik