> Hi all,
> I have added my classes to a project.I am using JBuilder.On
[quoted text clipped - 4 lines]
> specific class.But it did not work.Please let me know if you know
> anything about this.
While i can only guess what you actually mean, i guess you have a problem
with your CLASSPATH (no underscore). Set it to the directory that contains
the root of your package tree (if your class my.package.MyClass is saved as
C:\somedir\my\package\MyClass.class, set CLASSPATH to C:\somedir\).
Also, NoClassDefFoundError's are often thrown if you try to run a java
program
and type java MainType.class instead of java MainType.

Signature
Whom the gods wish to destroy they first call promising.