Seam on Linux Problems
Posted
by Anand
on Stack Overflow
See other posts from Stack Overflow
or by Anand
Published on 2010-03-16T12:42:07Z
Indexed on
2010/03/16
12:46 UTC
Read the original article
Hit count: 309
Hi,
When a seam application on JBOSS using java 1,5 is deployed in Unix platform, I am getting this error.
errorjava.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvi
ronment.java:62)
It runs fine on windows platform. On my local linux machine it runs fine. but on another linux machine it works some times and sometimes it throws up the above error
© Stack Overflow or respective owner