Java jnlp application blocked by Security settings

后端 未结 7 1252
粉色の甜心
粉色の甜心 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:49

    I fixed this by going into the Java Control Panel (Start Menu > All Programs > Java > Configure Java) and adding two URLs to the Security Edit Site List.

    http://code.google.com

    http://androidscreencast.googlecode.com

    For Mac System Preferences > Java

    Where to add these sites

    Java Control Panel > Security Tab > Edit Site List > Add > Apply > Ok enter image description here

提交回复
热议问题