brCluster is a class library not an application. If you want to see the demo application make sure that "java.exe" is on the system path and then just type on the command prompt "java -jar <brCluster_File_Name>".
Just remember that the demo is just an example of what the library can do.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here I will try to create a FAQ that answers some questions about brCluster.
brCluster was written and compiled using java 1.5 and probably wont work on a lower version.
brCluster is a class library not an application. If you want to see the demo application make sure that "java.exe" is on the system path and then just type on the command prompt "java -jar <brCluster_File_Name>".
Just remember that the demo is just an example of what the library can do.
Inside the brCluster jar file the directory brcluster/docs there is a UML Class Diagram for the core library classes.
Javadoc comments can be found all over the source code, this should help as well.
For now it is the only docs available.
For those who aren't very used to java language this may be a valide question.
A jar file is just like a zip file. You can open/extract files from it using any application that opens zip files.