我在Java下开发了一个applet,我必须在我开发的C#软件上使用它。他们都在我的本地主机上。当我运行C#软件时,我收到来自Java控制台的错误声明:
CacheEntry [http://localhost:3624/web/xercesImpl.jar]:updateAvailable = false,lastModified = Thu Jan 01 01:00:00 CET 1970,length = 1367760
CacheEntry [http://localhost:3624/web/paqApplet/PruebaPalabra.class]:updateAvailable = false,lastModified = Thu Jan 01 01:00:00 CET 1970,length = 17684
我用来调用applet的代码就是这个:
<applet code="paqApplet/PruebaArrastrar.class" width="100%" height="100%">
<asp:Literal runat="server" ID="literalParametros"></asp:Literal>
</applet>
为什么我会收到此错误?我已将所有<em> .class 和 .jar 文件放在同一文件夹中。你能帮我解决一下吗?