我是JADE环境的新手,我正在尝试通过终端和Eclipse在MAC OS上运行代理。但这使我俩都处于例外之下

日志

$ java jade.Boot -container -agents MyAgent:examples.hello.HelloWorldAgent
Aug 18, 2016 10:24:15 PM jade.core.Runtime beginContainer
INFO: ----------------------------------
    This is JADE 4.4.0 - revision 6778 of 21-12-2015 12:24:43
    downloaded in Open Source, under LGPL restrictions,
    at http://jade.tilab.com/
----------------------------------------
Aug 18, 2016 10:24:15 PM jade.imtp.leap.LEAPIMTPManager initialize
INFO: Listening for intra-platform commands on address:
- jicp://

Aug 18, 2016 10:24:16 PM jade.core.BaseService init
INFO: Service jade.core.management.AgentManagement initialized
Aug 18, 2016 10:24:16 PM jade.core.BaseService init
INFO: Service jade.core.messaging.Messaging initialized
Aug 18, 2016 10:24:16 PM jade.core.BaseService init
INFO: Service jade.core.resource.ResourceManagement initialized
Aug 18, 2016 10:24:16 PM jade.core.BaseService init
INFO: Service jade.core.mobility.AgentMobility initialized
Aug 18, 2016 10:24:16 PM jade.core.BaseService init
INFO: Service jade.core.event.Notification initialized
Aug 18, 2016 10:24:16 PM jade.core.AgentContainerImpl startBootstrapAgents
SEVERE: Cannot create agent MyAgent: Class examples.hello.HelloWorldAgent for agent ( agent-identifier :name MyAgent@:1099/JADE ) not found - Caused by:  examples.hello.HelloWorldAgent
Aug 18, 2016 10:24:16 PM jade.core.AgentContainerImpl joinPlatform
INFO: --------------------------------------
Agent container Container-1@is ready.
--------------------------------------------


我已经在安装了JAVA_HOME

/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home

I have JADE in $JAVA_HOME/lib and  /Library/Java/Extensions


在Eclipse上,我通过在单独的终端上启动主容器为另一个项目提供了以下参数

-container -agents Test1:simple0.HelloAgent


我花了几个小时研究并试图弄清发生了什么,但是没有运气。任何帮助将非常感激。

干杯

最佳答案

所以花了几个小时之后,我才弄清楚这里出了什么问题。在MAC OS(Yosmite)Eclipse上,我不得不将项目添加到类路径中。然后一切开始工作。java - Jade无法创建代理MyAgent-LMLPHP

关于java - Jade无法创建代理MyAgent,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/39018622/

10-16 10:32