On Fri, 22 Jan 1999, Michael Sinz wrote:
> On Fri, 22 Jan 1999 11:24:40 -0500, Warren Johnson wrote:
>
> >I have a web page that can be accessed with a browser (IE4 and Netscape)
> >called Build the Snowman. On the left frame is the beginning template of
> >the snowman on the right frame is stu
On Fri, 22 Jan 1999 11:24:40 -0500, Warren Johnson wrote:
>I have a web page that can be accessed with a browser (IE4 and Netscape)
>called Build the Snowman. On the left frame is the beginning template of
>the snowman on the right frame is stuff like clothes, hats, etc... On the
>bottom you hit
Hi,
It seems that you are using getImage to transfer the image back and
forth.
Is there any particular reason to use the toolkit to fetch the image
for processing?
You can perfectly fetch the image using a stream and then use a PixelGrabber
to reconstruct the image in memory (and process it).
The
It looks like your problem is that the getImages() method is doing
something to prompt the JDK to try to fetch an AWT Toolkit. There
are probably ways to allow it to get the Toolkit. You'll
need XWindow running on the Red Hat box, and you might have to give
user nobody special access to the displa
Ok, same questions:
>My kneejerk response is to ask if X is running on the server and
>to ask if your DISPLAY environment variable is set properly for user "nobody"
or
>whoever your using for the web user. eg. "host.mynet.com:0.0"
If you'd like to send me the url for page (or is it an intranet) a
PROTECTED]
> Subject: Re: Jdk 1.1.7 and X-Server
>
>
> I need a little more info. I understand that this is an
> application that is
> called as a CGI by Apache? Is it then supposed to display something on the
> server's X display while it works? (This seems like a tall o
I need a little more info. I understand that this is an application that is
called as a CGI by Apache? Is it then supposed to display something on the
server's X display while it works? (This seems like a tall order with possibly
several hundred users on the web side but it may make sense for your
I have a program that basically take parts of several graphics and merges
them into one. Created by the guy before me in Java. Originally on an SGI
box with Netscape Enterprise Server. Moved it to a Redhat 5.2 machine with
more memory and disk space with the latest Apache Web Server and this is JD