how do I use basic authentication from java webstart? if I simply require authentication on a directory, jws requires login for every jar included in the jar.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There's probably nothing you can do about that in itself. If you desperately want to protect your code from something, you should probably write a small, unprotected "bootstrapper" that uses JNLP's ExtensionLoaderService to load the rest of the code, doing authentication manually. |
|||||
|