Have written following code for Server Socket:
It's giving an error that
Exception in
Thread Main: NoClassDefFoundError
* I used public keyword before classname
* Classpath of c:\program files\java\jdk1.6.\bin (Classpath) already given and
Java command is working
I have placed CLIENT program in same folder i.e C:\Java\
i am running command like this
Exception in Thread Main: NoClassDefFoundError
code isb elow
c:\java\ JAVAC Server.java
c:\java\ Java Server
and i am getting
Kindly tell what problem is? why it is not getting class defination?
waiting for reply