----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Here's a script we use:

# The following is necessary to provide the java VM with an X11 server.
#@ xvfb_is_running = `ps -fuadvweb | grep -v grep | grep -c Xvfb`
# Kill Xvfb if it is currently running (just to "freshen it up")

@ pid = `ps -fuadvweb | grep Xvfb | grep -v grep | tr -s ' ' | cut -d' '
-f3`

if ($pid != 0) then
   echo "kill -9  $pid"
   kill -9 $pid
   sleep 5
endif
echo "starting Xvfb"

nohup /usr/X11R6.4/bin/Xvfb :1 -screen 0 1152x900x8 & 
setenv DISPLAY :1.0


-----Original Message-----
From: Glen Newton [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 18, 2000 11:43 AM
To: [EMAIL PROTECTED]
Subject: Java awt stuff with no X11


----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


Hi,

I know this is out there. I am looking for the software which (sort
of) fools java into thinking that it an X server is running. i don't
want to run X on a machine which is doing servlet stuff which uses awt
to make some images.

It isn't in the faq, but i know i've seen it somewhere. 

if you can help, just email me. 

thanks,

        glen

-- 

/glen newton                   
[EMAIL PROTECTED]
/internet project leader              
/advanced services                    
/canada institute for scientific    
/and technical information
/national research council
/ottawa canada
/613 990-9163
/fx 613 952-8246
-- 




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to