Also, is creating an applet that uses the java 6 plugin 2 thing any different than creating a normal applet?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See the Java documentation for the Applet and Object tags. Especially look at the documentation of the ‘class ID’ attribute of the object tag. You want to use a classid tag like this:
where
and this will specify that exact version. No, specifying any specific Java version is no different than asking for the ‘latest version intalled’ except for the value of the classid attribute and perhaps the value of the codebase attribute.
See also Deployment Advice from Java 6 update 10. Note that Java 6 update 10 adds a number of significant features that allow you, for example, to run an Applet outside of a browser.