我尝试从html运行applet,同时它给出了上述异常。我在同一个包含html的文件夹中添加了.class文件。 我使java安全性从高到中。 这是我的代码。
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Mouse Drag</title>
</head>
<body bgcolor="khaki">
<h1>Mouse Drag Example</h1>
<applet code="com.nic/TwainExample.class" width="300" height="300" archive="scann.jar" />
</body>
</html>