"PAX!" wrote:
> Hello everybody
>
> I'm trying to develope an applet based application. I was developing
> with 1.1.6, but I moved to 1.2. Now I find Netscape can't execute my
> applet (of course I recompiled it). Setting the CLASSPATH to point the
> rt.jar isn't enough.
>
> Then, I started reading about java-plugin, and such. I've seen in $un's
> pages that there isn't a linux version (it was such a surprise :()!).
> Does anybody knows some hack to make 1.2 applets work with netscape (I'm
> using version 4.5) ?
>
> Or shall I use...... (ugh, too painfull to mention ;))
>
> Thank, and keep this great work going !!!
>
Hi!
I don't know if there is a linux version of the plug-in from Sun, but I am
almost sure that there is until now no browser capable to view 1.2 applets.
I tried the plug-in for Netscape under Win95 with 1.2 applets and it didn't
work. I only was capable to view the applets with a direct connection to the www
and a special HTML-tag:
<OBJECT classid='clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="200"
height="200" align="baseline"
codebase="http://java.sun.com/products/plugin/1.1/jinstall-11-win32.cab#Version=1,1,0,0">
<PARAM NAME="code" VALUE="example.class">
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.1">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.1" width="200" height="200"
align="baseline" code="example.class"
pluginspage="http://java.sun.com/products/plugin/1.1/plugin-install.html">
<NOEMBED>
</COMMENT>
</NOEMBED>
</EMBED>
</OBJECT>
I hope this helps you.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]