Title: JADE
1JADE
- Toshihiro Tamura
- 12/16/09
21.Whats the JADE
- JADE Java Agent DEvelopment framework
- JADE is based on JAVA and developed in Italy in
1998. - JADE is modified FIPA.
32.Advantage of using JADE
- We can watch the agents communication easily.
42.Advantage of using JADE
- We can create about 1,000 agents in every
container.
52.Advantage of using JADE
- We can run JADE agents on the Mobile Devices
- Android(mobile phone) ?
63.How to download JADE
- http//jade.tilab.com/ (Latest version is 3.7)
73.How to download JADE
83.How to download JADE
Input New user registration form If you finish
it, click submit button at the bottom of this
page. Then, a mail will be sent to you.
93.How to download JADE
Click continue Button.(?) Then you are back to
the top page. And click JADE3.7 again.(?)
?
?
103.How to download JADE
Click continue
113.How to download JADE
Read license and click agree
123.How to download JADE
Please choose jadeAll.zip
134.How to install JADE
- Unzip and confirm these files.
- Bin JADE
- Doc JADEs documentation
- Examples JADEs sample program
- Src JADEs source code
144.How to install JADE
154.How to install JADE
- There is a folder named jade in unzipped file.
- Move it to the folder that you want to install
JADE. - (In this example, move to C\)
164.How to install JADE(Vista)
- Right-click ?????? and choose ?????
174.How to install JADE(Vista)
184.How to install JADE(Vista)
194.How to install JADE
204.How to install JADE
- Input like this
- ???JADE_HOME
- ??? (JADE folders address)\jade
214.How to install JADE
- Choose CLASSPATH and click ??
- If there is not CLASSPATH, click ??
224.How to install JADE
- Add these sentences in ???
- JADE_HOME\lib\jade.jar
- JADE_HOME\lib\jadeTools.jar
- JADE_HOME\lib\http.jar
- JADE_HOME\lib\iiop.jar
- JADE_HOME\lib\commons-codec\commons-codec-1.3.ja
r - JADE_HOME\classes
- Dont delete initial value!
- After adding, close all windows by choosing OK
235.How to run JADE
- Start command prompt
- Input java jade.Boot -gui
245.How to run JADE
25EJADE
- Toshihiro Tamura
- 12/16/09
266.Whats the EJADE
- EJADE is a plug-in of eclipse.
- We can program JADE on eclipse by using EJADE.
- The version of eclipse recommends since 3.4.
277.How to install EJADE
Start eclipse. Click Help -gt Install New
Software This eclipse is ver3.4 and translated
to Japanese sorry
287.How to install EJADE
Click Available Software -gt add site
297.How to install EJADE
Input http//disi.unitn.it/dnguyen/ejade/update
And click OK
307.How to install EJADE
Inputted site is added! Check the site and click
install, then downloading start
317.How to install EJADE
Click Next when downloading finish Accept the
license and click finish.
327.How to install EJADE
Restart eclipse
337.How to install EJADE
If there are these icons, installing is success!
348.How to develop on eclipse
Click File-gtSwitch Workspace-gtOther Change to
classes folder set at p22 In this case
C\jade\classes
358.How to develop on eclipse
Create Java project Right-click it and click
Toggle JADE/JADEX agent nature
368.How to develop on eclipse
Adding the library to develop JADE, we can
develop JADE on eclipse
379.How to run on eclipse
Confirm that there is no error and click
EJADE-gtSTART JADE RMA (or click the icon in red
circle)
389.How to run on eclipse
JADE is started!
399.How to run on eclipse
Right-click Java file and click EJADE-gtDeploy
Agent(s)
409.How to run on eclipse
Set these parameter and click finish Agent
name agents name Agent parameter agents
parameter(like argument) Number of clone the
number of this agent
419.How to run on eclipse
Created the agent!
4210.DEMO