简体   繁体   English

加载javafx应用程序时有关缺少Permissions属性的警告

[英]Warnings about missing Permissions attribute when loading javafx application

My javafx application gives warnings when it loads with Java7u25 我的javafx应用程序在加载Java7u25时发出警告

Missing Permissions manifest attribute for: XXX.jar Missing Codebase manifest attribute for: XXX.jar XXX.jar的缺少权限清单清单属性:XXX.jar的缺少代码库清单清单属性

My jnlp does not have Codebase attribute defined and Permissions are set to all-permissions. 我的jnlp没有定义Codebase属性,并且Permissions设置为all-permissions。

I specified Permissions attribute in the JAR's manifest according to jnlp. 我根据jnlp在JAR清单中指定了Permissions属性。 Did the same on third party jars as well. 在第三方罐子上也做同样的事情。

Now warnings do not appear on console. 现在,警告不会出现在控制台上。 But still application does not load. 但是仍然无法加载应用程序。

Thanks in advance for any advice. 在此先感谢您的任何建议。

I run into the same problem, and found the url below. 我遇到了同样的问题,并在下面找到了网址。 Hope this is helpful. 希望这会有所帮助。

http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/no_redeploy.html http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/no_redeploy.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 加载webstart应用程序时有关缺少Codebase属性的错误消息 - Error messages about missing Codebase attribute when loading webstart application JavaFX:OSX的“应用程序菜单”中缺少“关于”菜单项 - JavaFX : 'About' MenuItem is missing from the 'Application Menu' in OSX 缺少 JavaFX 应用程序类 - Missing JavaFX application class 缺少Java中的“权限”清单属性 - Missing a “Permissions” manifest attribute in Java "在使用 Maven 构建的 Swing 应用程序中运行 JavaFx 时缺少 SwingInterOpUtils" - Missing SwingInterOpUtils when running JavaFx in an Swing application build with Maven 使用Java 10运行.jar文件时缺少JavaFX应用程序类 - Missing JavaFX application class when running .jar file with Java 10 错误:从 Eclipse 启动时“缺少 JavaFX 应用程序类” - Error: "missing JavaFX application class" when starting from Eclipse 在LinuxFX上运行时,JavaFX应用程序中的iFrame无法加载某些页面 - iFrame in JavaFX application not loading certain pages when running on Linux Maven 和 JavaFX:缺少 JavaFX 应用程序类 - Maven & JavaFX: Missing JavaFX application class 如何在我的JNLP应用程序中修复“缺少代码库,权限和应用程序名称清单属性”? - How do I fix “missing Codebase, Permissions, and Application-Name manifest attribute” in my JNLP app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM