JADE cannot find agent
You need to pass the fully qualified name of the class when you start it. On my old version of JADE, the HelloWorldAgent
is in the examples.hello
package. Thus you should specify the program arguments: -gui testAgent:examples.hello.HelloWorldAgent
.
Just add the Package Name before the class Name
-gui testAgent:packageName.HelloWorldAgent