请教下在Eclipse与JADE配置
package first;
import jade.core.Agent;
public class FirstAgent extends Agent{
protected void setup(){
System.out.println("I am the first Agent");
}
}
The serializable class FirstAgent does not declare a static final serialVersionUID field of type long
我把JADE的JAR包调过来了,怎么还是找不到jade.core.*;这个类我想请教一下大神