To recompile COBA 2.0, you can use the included Makefile with two targets:
To run COBA 2.0, you can either start the command-line version with:
run_app KB_File(or none) Revision_File(or none) Contraction_File(or none)
or start the applet version with: run_applet
run_app is a script that starts the executable cobaapp.jar - the compiled command-line version of COBA 2.0. Please ensure that the path to java and the path to cobaapp.jar are set correctly for your machine.
run_applet is a script that calls the appletviewer to start the JAR archive cobaUI.jar - the compiled applet version of COBA 2.0 - with the security policy policy/revision.policy. Please ensure that the path to appletviewer and the path to cobaUI.jar are set correctly for your machine.