Wesley Mason wrote: > Well, in the interim, I just pointed it to localhost:0.0 and it's > running for now. If it was on a headless machine, then I'd be more > out of luck.
The java.awt.headless option was introduced in Java 1.4 exactly to let applications that make AWT/Swing calls run under headless environments(i.e. without a display or keyboard). In fact you can just put this option in your cron script regardless of whether it is actually needed or not. It doesn't do any harm. Have you actually tried the headless option to see if it works from your cron job? Anyway, I think I fixed the AWT/Swing calls. I stepped through the code and see no AWT/Swing calls being made. Regards -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

