1

我无法运行代理 BookBuyerAgent。

项目路径为D:\studia\magisterka\sem10\jade\JADE-all-4.1.1(1)\JADE-all-4.1\jade\src\examples\bookTrading\src。起初我做javac BookBuyerAgent.java和这个确定。其次我做java jam.Boot agent1:examples\bookTrading\src\BookBuyerAgent ,我得到错误:

D:\studia\magisterka\sem10\jade\JADE-all-4.1.1(1)\JADE-all-4.1\jade\src\examples
\bookTrading\src>java jade.Boot tu:examples\bookTrading\src\BookSellerGui
sie 27, 2012 8:13:27 PM jade.core.Runtime beginContainer
INFO: ----------------------------------
This is JADE snapshot - revision $WCREV$ of $WCDATE$
downloaded in Open Source, under LGPL restrictions,
at http://jade.tilab.com/
----------------------------------------
sie 27, 2012 8:13:28 PM jade.core.BaseService init
INFO: Service jade.core.management.AgentManagement initialized
sie 27, 2012 8:13:28 PM jade.core.BaseService init
INFO: Service jade.core.messaging.Messaging initialized
sie 27, 2012 8:13:28 PM jade.core.BaseService init
INFO: Service jade.core.mobility.AgentMobility initialized
sie 27, 2012 8:13:28 PM jade.core.BaseService init
INFO: Service jade.core.event.Notification initialized
sie 27, 2012 8:13:28 PM jade.core.messaging.MessagingService clearCachedSlice
INFO: Clearing cache
sie 27, 2012 8:13:28 PM jade.mtp.http.HTTPServer <init>
INFO: HTTP-MTP Using XML parser com.sun.org.apache.xerces.internal.jaxp.SAXParse
rImpl$JAXPSAXParser
sie 27, 2012 8:13:28 PM jade.core.messaging.MessagingService boot
INFO: MTP addresses:
http://10.1.242.245:7778/acc
sie 27, 2012 8:13:28 PM jade.core.AgentContainerImpl startBootstrapAgents
SEVERE: Cannot create agent tu: Class examples\bookTrading\src\BookSellerGui for
agent ( agent-identifier :name tu@mariusz:1099/JADE ) not found [nested java.la
ng.ClassNotFoundException: examples\bookTrading\src\BookSellerGui]
sie 27, 2012 8:13:28 PM jade.core.AgentContainerImpl joinPlatform
INFO: --------------------------------------
Agent container Main-Container@mariusz is ready.
--------------------------------------------
4

1 回答 1

0

bookTrading\src 文件夹可能是一个源文件夹(包含 .java 文件)。您应该将您的类路径设置为 bookTrading\bin 文件夹,并将类名指定给 Jade 命令行。

于 2012-08-27T21:18:52.893 回答