1

我有一个应该通过 JNA 使用 WinAPI 的小程序。由自己的密钥签名的小程序。我已经将它部署在这样的页面上:

<applet id="_TestApplet" code="TestApplet.class" archive="/Content/TestApplet.jar"
name="Test Applet" width="0" height="0" mayscript=""> 
<param name="codebase_lookup" value="false"> 
</applet>

在 Chrome 和 FF 中一切正常,但在 IE 6、7、8 中有一个例外:

TypeError: Object doesn't support this property or method

Java 控制台不包含任何异常。

我的错误是什么?

4

0 回答 0