Java - How to get permission in Java Web Start

前端 未结 3 1665
余生分开走
余生分开走 2020-12-19 18:16

Hi managed to create the jar and .jnlp files for my Java application but running into trouble when it runs. Launches okay with Java Web Start but I think I need to do someth

3条回答
  •  醉酒成梦
    2020-12-19 18:33

    Add the following to your JNLP:

    
      
    
    

    This will pop a dialogue asking the user the give the necessary permission to your app.

提交回复
热议问题