Admin Rights issue for running a Java Web Start application
843802Mar 21 2006 — edited Mar 24 2006Hi,
We've developed a Java Swing application and packaged it using JNLP/Java Web Start. While deployment on a PC/workstation, we found that without admin rights the application won't launch. We have provided the following in JNLP
<security>
<all-permissions/>
</security> and the JAR files are signed.
We need to be able to make this application launch without providing admin rights to the user. What needs to be done for this?
Please help!!
Thanks,
Ganesh