----------------------------------------------------------------
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!!!
----------------------------------------------------------------



I'm running Apache Server 1.3.12
and I've recently installed JServ 
I'm using Sun's JDK 1.3.0beta
on a Linux x86 machine

Most Servlets work fine, however, when I try to generate a Gif image I get the 
following Exception...

java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at java.awt.GraphicsEnvironment.getLocaalGraphicsEnvironment 
(GraphicsEnvironment.java:58)
at java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1011)
.
.
.


My working classpath and the classpath listed in jserv.properties are identical. The 
FAQ makes some vage refrence to LD_LIBRARY_PATH is this related
to my problem?  Instansiating a BufferedImage in an Java App causes no problems -- Any 
idea on what the problem could be?


Thanx,

jOrge W.







--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to