Este proyecto, como bien dice su nombre, es un ajedrez.
Para que la aplicación marche correctamente, debemos añadir dos librerías externas al Build Path:
1 - sqlite-jdbc-3.14.2.1.jar (Link para descargar este JAR: https://bitbucket.org/xerial/sqlite-jdbc/downloads)
2 - jfreechart-1.0.19 (Link para descargar la librería completa: https://sourceforge.net/projects/jfreechart/?source=directory), y dentro del directorio jfreechart-1.0.19/lib/, hay que añadir los siguientes 2 JARs:
a) jcommon-1.0.23.jar
b) jfreechart-1.0.19.jar
Y si se quieren utilizar las clases de testeo, se deberá implementar también JUnit 4 en el Build Path del proyecto.
Los integrantes del grupo somos los siguientes:
Garikoitz Bereciartua (garibere13)
Imanol Echeverría (Echever)
y yo, Beñat Galdós (Benny96)
This project consists on a Chess.
To run the application correctly, 2 external libraries must be added to the Build Path:
1 - sqlite-jdbc-3.14.2.1.jar (Link to download this JAR: https://bitbucket.org/xerial/sqlite-jdbc/downloads)
2 - jfreechart-1.0.19 (Link to download the full library: https://sourceforge.net/projects/jfreechart/?source=directory), and 2 JARs must be added from the directory jfreechart-1.0.19/lib/:
a) jcommon-1.0.23.jar
b) jfreechart-1.0.19.jar
If you wish to run the test classes, JUnit 4 must be included into the project's Build Path.
It has been created by the following group:
Garikoitz Bereciartua (garibere13)
Imanol Echeverría (Echever)
and me, Beñat Galdós (Benny96).