How to specify Java version in an applet tag?

I want to be certain about which Java version is used for my awt-applet. When you have a swing applet you can specify the version within the object tag.What I wonder now is how to specify the Java version in an applet tag?
[243 byte] By [ trcanol] at [2007-9-26 17:54:07]
# 1
You can't, it's a problem with the applet tag.Only using the object tag can you specify the version of the JRE to use when executing an applet.Sorry.
steveftoth at 2007-7-2 23:55:52 > top of Java-index,Desktop,Runtime Environment...
# 2
How do I set the java version using the object tag?
trcanol at 2007-7-2 23:55:52 > top of Java-index,Desktop,Runtime Environment...
# 3
Try using the Sun's HTML Converter! You will find it here http://java.sun.com/products/plugin/1.2/features.html
WHolzner at 2007-7-2 23:55:52 > top of Java-index,Desktop,Runtime Environment...