在 Tapestry5 中显示小程序?
当我尝试在 Tapestry 应用程序的页面上显示小程序时,出现奇怪的错误。该错误表明存在不兼容的魔法值。 有没有某种方法可以在 Tapestry 中显示小程序? 任何帮助都会很棒!
I am getting a strange error when trying to display an applet on a page in my tapestry application. The error says that there is an incompatible magic value.
Is there a certain way to display applets in tapestry?
Any help would be great!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这与 Tapestry 完全无关。
AFAIK,有两种情况可能会导致此问题:
JAR 文件的 URL 错误并导致 404 错误。 (请参阅此 SO 问题。)
您正在使用早期版本运行Applet 您正在使用比您编译它时
This has nothing to do with Tapestry at all.
AFAIK, there are two scenarios that can cause this:
The URL to the JAR file is wrong and results in a 404 error. (See this SO question.)
You're running the Applet with an earlier version of Java than you compiled it for (say 1.4 with a 1.5 class file).