My Java signed applet which is signed by Netbeans works well on Java's which is version 7. But on version 6 it does not work. How can I solve this problem.Is Java version 6 does not allow this? This is HTML code:
<html>
<head>
</head>
<body>
<applet archive="mi.jar" code="Mi.class" witdh="500" height="500">MY APLET</applet>
</body>
</html>