I am just trying to learn java.
Can I specify which version of the java plugin to start? I have two applications, one that uses 1.3, one that uses 1.4.2.
In a web page, how do I code an applet (object, embed, whatever) to call a specific version of the applet?
I thought using the tag:
would get it done, but it doesn't. Thanks.
Can I specify which version of the java plugin to start? I have two applications, one that uses 1.3, one that uses 1.4.2.
In a web page, how do I code an applet (object, embed, whatever) to call a specific version of the applet?
I thought using the tag:
Code:
<param name="type" value="application/x-java-applet;version=1.3">
would get it done, but it doesn't. Thanks.