我收到此错误:
Exception in thread "http-server" java.lang.NoClassDefFoundError: org/w3c/jigmonitor/ReplyServer
但我不明白为什么。有人可以解释为什么会这样吗?
这是导致问题的类:
public class ReplyServer implements Serializable
{
public ReplyServer()
{
super();
}
}