Re: painting in web with servlets

Kai Ojansuu <[email protected]>
Newsgroups gmane.comp.java.sun.servlet
Message-ID <[email protected]>
On Wed, 21 May 2003, Ing. Felix Vladimir Roldán Jiménez wrote:

> OK, it throws an exception:
> [23/05/2003 08:08:08:043 GMT+05:00] java.lang.NoClassDefFoundError
>  at java.lang.Class.forName0(Native Method)
>  at java.lang.Class.forName(Class.java:140)
>  at
> java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment
> .java:62)

Smells like X11 Display thing.
Maybe this will help you:
http://www.eteks.com/pja/en/

BTW: In stack traces the problem is often very near after 
java.lang.Class.forName(...) (or before, if read in reverse order, as
it's the call order) and searching for that method (
"getLocalGraphicsEnvironment" ) from the web usually helps.
Good luck!

-clapu

___________________________________________________________________________
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.