On Tue, 2008-07-08 at 15:00 +0200, Julien Claassen wrote:
Hi!
OK, now it somehow works. but I can't simply start the console I heard of.
the program WANTS to use the graphic. It seems I can't dissuade jsapmler from
trying to use the awt x11 routines. Is there a switch to do so?
Try adding -Djava.awt.headless=true to the command line. Be sure to add
that before the main class and not after it - otherwise the java virtual
machine will use that as a parameter to the program not a parameter to
the VM.
Sampo