Hi all,

  I am getting NoClassDefFoundError in my servlet, but it doesn't tell me
which one it couldn't find.  I'm guessing its a problem with
GraphicsEnvironment.getLocalGraphicsEnvironment().  I tried a search on
google, but it didn't turn up anything.  Does anyone know what might be
wrong?  Here is a stack trace:

java.lang.NoClassDefFoundError
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:130)
        at
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
        at
java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1053)
        at visad.java2d.VisADCanvasJ2D.paintComponent(Unknown Source)
        at visad.java2d.VisADCanvasJ2D.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:536)


System Info:
        Redhat 7.2
        Tomcat 4.1.10 (invoker servlet disabled)
        (no apache)
        Java 1.4.0_01



Thanks for your time,
Ben Monnahan


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to