Re: Reading environment variables with an applet
Posted By:
Robert_Lybarger
Posted On:
Wednesday, May 9, 2007 05:44 PM
Couldn't say for sure, but signed applet is probably the way to go. Probably wouldn't take long to experiment (via the non-sandboxed appletviewer tool, if that is still shipped in the dev kit) if it can do System.getenv(String var) and get back the right value.