How to publish a Java Web Start jnlp application without security warnings?

前端 未结 2 1716
自闭症患者
自闭症患者 2021-01-15 11:24

I have a Java application that is launched from a jnlp file off of a website. I\'m trying to get it to run without flashing up a bunch of security warnings before it runs.

2条回答
  •  没有蜡笔的小新
    2021-01-15 12:14

    Do I have to update the jar manifest for the third-party libraries that I'm using as well?

    Yes. All parts, all Jars of our applications have the same security requirements.

提交回复
热议问题