Posts

Showing posts with the label install eclipse plugin

Eclipse JADE Plugin

Image
JAVA Agent DEvelopment Framework (JADE) JADE is know as the JAVA Agent DEvelopment which is a framework for computer agent for java language. It make the multi-agent system more simple through a middle-ware that is using the FIPA specification and include set of graphical tools to support debugging and deployment. The system that is based on the JADE could be distributed across machines even not the same Operating system and all the configuration could be done via a remote GUI. The JADE is using Java which the minimal system requirement is the Java JDK 5.0. JADE is a framework and it do not have any plugins for the eclipse but you can add JADE manually into the java project. All you need to do is let the jar file of jade add into the libraries and changes some default setting. The step are show below with picture on install JADE into eclipse. 1.Create a project with any name, then click next . 2. After click next, you will come to this page then you click the L ibraries...