Modelling and Brokering Emergency Requests-For-Assistance


Markos F. Fragkakis, s0570652


MSc Dissertation, School of Informatics, University of Edinburgh, 2006.




*** Running the project ***

 The RFA Broker application was developed in Netbeans 5.0 using Sun Java 1.5. The folder named "RFA Broker" is the Netbeans project folder.

In order to run the project, there is a .jar file in:

/RFA Broker/dist/RFA_Broker.jar

which you can run by:

cd RFA\ Broker
cd dist

java -jar "RFA_Broker.jar"



*** Loading the project in Netbeans ***

You open Netbeans and do:

File > Open Project

, then select the "RFA Broker" folder and press the "Open Project Folder" button. Netbeans might complain that the libraries are not be in the correct place. In the project sidebar, right click the RFA Broker project and select Properties. There, go to the "Libraries" section and remove all the libraries that cannot be found. Then add do "Add JAR/Folder" and add all the .jar files in "RFA Broker/dist/lib". The project should now be compilable.


*** The Code ***

You can see the code in the 

RFA Broker/src/rfabroker directory.