本文介绍了Applet.getCodeBase() 自 Java 7 更新 25 以来为本地小程序返回 null的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
自 Java 7 Update 25 起,Applet 的方法 getCodeBase()
似乎为本地小程序返回 NULL
.我在 Java 7u25 发行说明中没有找到任何可以宣布/解释此更改的内容,但我找到了 电子邮件讨论 声称更改实际上是有意的.
Since Java 7 Update 25, Applet's method getCodeBase()
seems to return NULL
for local applets. I haven't found anything in Java 7u25 release notes that would announce/explain this change, but I found an email discussion which claims the change is actually intended.
谁能帮我找到资源/文档,我可以在其中了解有关此更改的更多信息?
Can anyone help me to find a resource/documentation where I could learn more about this change?
推荐答案
发行说明在这里:
http://www.oracle.com/technetwork/java/javase/7u25-relnotes-1955741.html
就在里面.
本地小程序为
这篇关于Applet.getCodeBase() 自 Java 7 更新 25 以来为本地小程序返回 null的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!