I am now wondering if I can by pass the browser altogether. I would like to use the AppletViewer to "run" the applet. I see that the AppletViewer can take a URL, but the HTTP server on our hardware is expecting basic authentication. As I understand this if I make a request to http://deviceName/index.html I will get a 401 response. If I am in a browser, it will then open a dialog for me to type my username and password into. I am open to either the appletviewer opening a similar dialog, or to putting the user name and password into a file (policy file?) so that the user will simply connect to the HTTP server, download the applet and have it run.
Is this possible? Are there "java options" that I can pass to do this? There does not seem to be anything about this in the AppletViewer documentation.