Installation notes of Hamming code simulator, version 1.0 Essential requisite To run the file, it requires that on the system is installed Sun/Oracle JRE (java runtime enviroinment) or a compatible version, like openJDK runtime, version 1.2 or higher. If you want to download the source and compile yourself, you'll need Sun/Oracle JDK (java development kit), or a compatible version, like openJDK, version 1.2 or higher; If you want to modify the original project it requires NetBeans software, version greater than or equal to 6.9. Compilation and installation Are provided two files and a folder : one file with jar format, directly executable, the source, which requires compilation, and the folder containing the original NetBeans project, that can be imported via the menu item "open project" of the NetBeans software. Execution To run the program, open a window terminal, move to the directory that contain the jar file, and write "java -jar fileName.jar", changing fileName with the name of the file.