Internet Explorer Java properties

You use the Internet Explorer Java™ system properties to specify the version of the Java plug-in that Internet Explorer uses when running applets.

Property name Description Default value
mxe.javaApplet.ClassidNoMinimum Identifies which minimum version of Java plug-in to use and instructs Internet Explorer to use the highest install version. 8AD9C840-044E-11D1-B3E9-00805F499D93
mxe.javaApplet.Classid Identifies which minimum version of Java plug-in to use. This is an alternative form of the classid attribute where the minimum version of Java plug-in is specified. CAFEEFAC-0017-0000-0000-ABCDEFFEDCBA
mxe.javaApplet.Codebase Specifies where to download the Java SE Runtime Environment. This property value is prefixed with the protocol. http://java.sun.com/update/1.7.0/jinstall-7-windows-i586.cab#Version=1,7,0,0
mxe.javaApplet.CodebaseNoProtocol Specifies where to download the Java SE Runtime Environment. This property value is not prefixed with any protocol. java.sun.com/update/1.7.0/jinstall-7-windows-i586.cab#Version=1,7,0,0
mxe.javaApplet.Type Specifies the applet type. Also specifies that a Java SE Runtime Environment with at least the specified update version provided by the value of jpi-version is invoked to run the applet. application/x-java-applet;jpi-version=1.7+


Feedback