Eric SCHAEFFER wrote:
> I've got an error when I try to run my code (it create an image using
> Java2D) from telnet (by example), but not when I run it from X
If you want to do this sort of thing without having a display, use Xvfb
to emulate an X server.
Xvfb :1
You may need to install Xvfb.
Then start Java apps with the environment variable setting
DISPLAY=localhost:1.0
Thanks to Jurgen for that one!
Robbie
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]