----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Well, without that line in place, the "Hello2" in the last line get printed.
Once that line is included, the web page reports an error.
in the error_log
java.lang.NoClassDefFoundError: Acme/JPM/Encoders/GifEncoder
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at org.apache.jserv.JServConnection.processRequest(Compiled Code)
at org.apache.jserv.JServConnection.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
in the access_log file,
"GET /servlet/grprog HTTP/1.1" 500 611
-----Original Message-----
From: Jon Stevens [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 22, 2000 3:08 PM
To: Java Apache Users
Subject: Re: GifEncoder encoder = new GifEncoder(image, out);
----------------------------------------------------------------
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!!!
----------------------------------------------------------------
on 6/22/2000 2:24 PM, "Ganesh Ramanathan" <[EMAIL PROTECTED]>
wrote:
> In the java program to output a GIF file, the following line causes an
error
> during run time.
> GifEncoder encoder = new GifEncoder(image, out);
uh...that error would be?
-jon
--
--------------------------------------------------------------
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]