This For the server-side solution (which your question was originally ambiguous about), this page at sun lists one way to specify a JRE. Specifically, The classid attribute identifies which
version of Java Plug-in to use. Following is an alternative form of
the classid attribute: In this form, "xxxx", "yyyy", and
"zzzz" are four-digit numbers that
identify the specific version of Java
Plug-in to be used. For example, to use Java Plug-in
version 1.5.0, you specify:<OBJECT
classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width="200" height="200">
<PARAM name="code" value="Applet1.class">
</OBJECT>
classid="clsid:CAFEEFAC-xxxx-yyyy-zzzz-ABCDEFFEDCBA"
classid="clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA"
|
2 | added 83 characters in body | ||
|
|
||||
|
1 |
|
||
|
This page at sun lists one way to specify a JRE. Specifically,
|
||||
