> Try passing "-Djava.awt.headless=true" into the java command.
> Thank you, this works !
>
> best,
> Nebojsa
>
>>Try passing "-Djava.awt.headless=true" into the java command.
I didn't explain this too well. In case you are curious, Java tries to
access X's font server unless the JVM is in headless mode, in which case
this, and graphics functions are implemented in pure Java, instead of
OS-dependencies.