On Tue, Oct 22, 2002 at 07:18:29PM +0200, Tani wrote: > Hi, > I've a class that draw a image with Graphics2D and BufferedImage and write a jpeg >file of this image. > In linux this class tell me it needs to be open the X server. > Is there some way to do this without open th X server?
If you are using JDK1.4, you can run with this property: java -Djava.awt.headless=true ... Nathan Meyers [EMAIL PROTECTED] ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]