As Todd mentioned, generating a set of startup_properties in the page that hosts the applet is definitely the simplest approach, since it doesn't require signing the applet. However, if you actually need to specify system properties, you'll need to use the new system_properties applet param added to Pivot 1.5 (formerly 1.4.1) - the Java plugin only allows the caller to set a limited set of system properties using java_arguments, but system_properties will allow you to set an arbitrary set of properties.
On Thursday, March 18, 2010, at 09:37PM, "Todd Volkert" <[email protected]> wrote: >
