Wesley Mason wrote: > Running from cron gives the following error in my log file:
This is due to the fact that an AWT/Swing calls is made (which shouldn't happen, this is a bug). You might get around this if you use headless mode. java -Djava.awt.headless=true -jar jpluckc.jar Headless mode doesn't require an X server. Another workaround is to use a virtual frame buffer. I can't recall the exact details. You should be able to find out more here: http://www.geocities.com/marcoschmidt.geo/java-image-faq.html#x Anyway, beta 1 is due out very soon. I hope to have this fixed in time. No AWT calls should be made if -gui is not specified. Regards -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

