检查jar是否已被JNLP文件/Java Web Start调用

发布于 2024-11-24 12:29:15 字数 83 浏览 0 评论 0原文

我有一个 JAR 文件,可以手动调用或通过 Java Web Start/JNLP 文件调用。是否可以在 main 方法中检查 JAR 是如何被调用的?

I have a JAR file which may be called manually or by Java Web Start / a JNLP file. Is there a possibility to check in the main method, how the JAR has been called?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

枯叶蝶 2024-12-01 12:29:15

我可以想到两种方法。该应用程序。直接通过启动。罐。 if:

  1. 向 JNLP 文件添加一个属性,然后在 main() 中检查它。它将是null
  2. 检查 JNLP API 服务是否存在。不可能以正常方式实例化它们。

I can think of two ways. The app. was launched directly via. Jar. if:

  1. Add a property to the JNLP file, then check for it in main(). It will be null.
  2. Check for the existence of the JNLP API services. It is not possible to instantiate them in the normal way.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文