Im getting Exception in thread "main" java.lang.Error: Unresolved compilation.
What am I doing wrong?
public class idsbasedagent{
JDCaptor captor ;
public idsbasedagent(){
captor=new JDCaptor();
}
public static void main(String[] args){
System.out.println("؟ھت¼×¥°ü");
idsbasedagent agent=new idsbasedagent();
agent.capturesFromDevice();
}
}
Exception in thread "main":
java.lang.Error: Unresolved compilation problem:
The method
capturesFromDevice()
is undefined for the typeidsbasedagent
atidsbasedagent.main(idsbasedagent.java:11)