Exception
Hi All,
I got the following Exception.
Exception in thread "main"java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native method)
at java.lang.Class.forName(Class.java:164)
.
.
.
at com.x.c.ui.ConfDetails.<init>(ConfDetails.java:54)
I searched in google and it shows that my class path is not correct.I am working in solaris OS. I set the path correctly.
export PATH=home/abc/jdk1.5.0_10/bin:/usr/sbin:/usr/bin
If anybody knows please help me.
Thanks.

