Looks like this is set for sure.  

I even tried running with Java 1.5.  I think I might be beyond help, time to
look for a new trade.  



Andreas Delmelle-2 wrote:
> 
>>----- Oorspronkelijk bericht -----
>>Van: Surj [mailto:[EMAIL PROTECTED]
>>Verzonden: vrijdag, juni 13, 2008 09:23 PM
>>
>>Yes the 'java.awt.headless=true' specified as a parameter when starting up
>>the weblogic container, is there any other way of setting this i.e.
>>programmatically during startup.
> 
> Can you also verify from within your code whether the setting was
> correctly processed?
> 
> This you could check via:
> 
> System.out.print("java.awt.headless=" +
> System.getProperty("java.awt.headless", "false"));
> 
> In theory, you could use System.setProperty("java.awt.headless", "true")
> to set the value, but as is often the case with properties on the
> system-level, it could be that setting it programmatically has no effect
> at all.
> 
> 
> HTH!
> 
> Cheers
> 
> Andreas
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Print-JPEG-HeadlessException---Please-Help-tp17821038p18525612.html
Sent from the FOP - Dev mailing list archive at Nabble.com.

Reply via email to