Woff3:
> I tried like this:
> 
> display = java -Djava.awt.headless=true -jar batik-1.7/batik-rasterizer.jar
> -d /tmp/a.png samples/anne.svg 
> 
> But i get error: Can open X
> 
> I think this is because, I havent set my display variable right.

You do have to write it exactly as I did, below (capital DISPLAY and no
space between it and the ‘=’ character):

  DISPLAY= java -Djava.awt.headless=true -jar batik-1.7/batik-rasterizer.jar -d 
/tmp/a.png samples/anne.svg

-- 
Cameron McCormack, http://mcc.id.au/
        xmpp:[EMAIL PROTECTED]  ▪  ICQ 26955922  ▪  MSN [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to