RE: [flexcoders] headless server

2005-07-26 Thread Brian Deitte
Hi Clint, most likely what is happening here is that the J2EE server (through Java security) is set up to not allow Properties.setProperties() to be called. You'll need to find out how to set the JVM property java.awt.headless totrue, which is all that this configuration parameter does.

Re: [flexcoders] headless server

2005-07-26 Thread Dave Carabetta
On 7/26/05, Clint Modien [EMAIL PROTECTED] wrote: I've set the server to be headless in the flex config... because we're deploying onto an ibm mainframe... I'm embedding one image (the application background) I still get the error coming up that says I need to set the flexConfig to