Maybe this could belong in the beginner forum, but I'm not sure - since it contains sockets and what not.
Anyhow, I am working on a server for a little project I am doing. I made a skeleton of it that sends messages from the client back. Of course, when I get it working I will take that out and add some functionality.
It compiled fine and dandy in Netbeans, but when I try to run it via 'java.exe', I get 'Exception in
thread "main" java.lang.NoClassDefFoundError'. I researched it a bit but still couldn't find the problem.
Thus, I'm here asking for help.
Any help is greatly appreciated.
// :: Peyton