Java jnlp application blocked by Security settings

后端 未结 7 1242
粉色の甜心
粉色の甜心 2021-01-04 01:31

I have an enterprise java application that has plenty of jars that are downloaded to the client\'s jvm cache by a jnlp file. When I start the application I get the following

7条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-04 01:59

    I had a very similar problem (Correctly signed JNLP application prevented from running in Java 7)

    I fixed it by ensuring

    • I compiled using 1.7
    • I updated my JNLP file to enforce 1.7


提交回复
热议问题