I developed a Java Web Start app that lies on a web server based on HTTP security. Once I log in to the web-page for launching my Java Web Start application, the app is asking me again to authenticate, and even if I tick the "save this password to the password list" it is prompting again this authentication dialog.
If I am not wrong, this is because it's trying to access the other jars.
I was wondering if there is a way for defining or passing the authentication username and password automatically to get rid of this annoying "feature"
Thanks for your help