i am getting this error when i compile my java code
Exception in thread "main" java.lang.NoClassDefFoundError:
D:\STest\TestClient/java
plzz tell me what to do.. i hv included all possible library files in the
classpath..still the same error. plz tell me how resolve it..
Kroll, Michael - 18 Apr 2006 12:17 GMT
Hi,
kiran1785 schrieb:
please use real name.
> i am getting this error when i compile my java code
which code ? Any samples ?
> Exception in thread "main" java.lang.NoClassDefFoundError:
> D:\STest\TestClient/java
How do you compile ?
Do you use the right Filename - Classname ?
> plzz tell me what to do.. i hv included all possible library files in the
> classpath..still the same error. plz tell me how resolve it..
Please answer some questions .
Regards
Michael

Signature
http://www.smurfi.de
German NetBeans and GlassFish Site
Thomas Fritsch - 18 Apr 2006 12:23 GMT
> i am getting this error when i compile my java code
>
[quoted text clipped - 3 lines]
> plzz tell me what to do.. i hv included all possible library files in the
> classpath..still the same error. plz tell me how resolve it..
May be you typed
java D:\STest\TestClient.java
instead of typing
javac D:\STest\TestClient.java

Signature
"Thomas:Fritsch$ops:de".replace(':','.').replace('$','@')
Roedy Green - 18 Apr 2006 21:54 GMT
On Tue, 18 Apr 2006 07:00:53 -0400, "kiran1785"
<kiran.kiranp@gmail.com> wrote, quoted or indirectly quoted someone
who said :
>NoClassDefFoundError
see http://mindprod.com/jgloss/caq.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.