Hello Nathan,
thanks! That is exactly like the thing I needed. And it works just absolutely
smooth in the default configuration. Just "Xvfb :15 ; export DISPLAY=:15", and
everything is fine...
NM>Xvfb is available wherever XFree86 is sold.
Or on any fine Debian package server. ;-)
MbG, Ekkehar
Ekkehard Kraemer wrote:
>
> Hello,
>
> I would like to run a java program as at-job. This works OK, but the program
> needs to manipulate (not display) some Image objects, thus initializing the
> AWT, and this fails, because in a at-job there isn't necessarily a valid
> DISPLAY variable (and no
I want to thank everyone who sent me their help.
My problem was old java commands in the /usr/bin directory. The console
apps and non-swing apps ran
ok with these commands but they choked on the swing stuff. Removing them
and changing my PATH
solved the problem.
Thanks again
Jack Jensen
-
Hello,
I would like to run a java program as at-job. This works OK, but the program
needs to manipulate (not display) some Image objects, thus initializing the
AWT, and this fails, because in a at-job there isn't necessarily a valid
DISPLAY variable (and no X display, of course). So the program c