2012-08-27 64 views
0

我无法运行代理BookBuyerAgent。错误:SEVERE:无法创建代理

路径项目是d:\集刊\ magisterka \ sem10 \玉\ JADE-所有-4.1.1(1)\ JADE-所有-4.1 \玉\ SRC \例子\ bookTrading \ SRC。 起初我做javac BookBuyerAgent.java这个还行。其次,我做的java jade.Boot AGENT1:实例\ 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 [email protected]: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 [email protected] is ready. 
-------------------------------------------- 

回答

0

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

+0

是的,bookTrading \ src是包含.java文件的文件夹。所以到CLASSPATH我应该添加路径bookTrading \ bin,然后尝试编译.java文件? – johny25

相关问题