java - Select JRE version for my applet -


for applet have authentication problems because of have run applet java 6. if users have latest versions java 6, applet not work. it's blocked java security. oracal doc says that

<param name="java_version" value="1.6"> 

using can control java version applet used applet , test, java 8 , java 6 in machine still it's blocked

how can change java version applet

jre 1.6.0_95 (that isn't public) required, because of 1.8.0_45 jre security baseline.

deploying java applets family jre versions in java plug-in internet explorer


Comments