SourceForge.net Logo

.JavaChessBoard

news New...JavaChessBoard with JavaWebStart



frnext

A sub-project for the project L.E.A.R.N, for example : to train the Neural network


Features


Required

*IMPORTANT NOTE
For this package, you must create a base manually :'learnbase10' with a table 'tab_fen2'
Sql script:
create database learnbase10;
create table tab_fen2 (fen varchar(254));
Driver:
In source file: database/LearnJDBC10.java
Class.forName("com.mysql.jdbc.Driver"); provived with the package (i.e. mysql-connector-java-3.1.13-bin at MySQL Connector/J
Connection:
String DBurl = "jdbc:mysql://localhost/learnbase10"; con = DriverManager.getConnection(DBurl,"root","");

See also the source code before (it's a pre-alpha ...), this project is an Eclipse.org project, you can import it and rebuid it.

*(1)NOTE
This package has been built on OpenSuSe 10.0, for Windows you may prefer an other Driver:
see the excellent tutorial de Jean-Michel Doudoux (in french)at MySQL,Java, Windows

DOWNLOAD THE PACKAGE ON Sourceforge.net

Try JavaChessBoard with JavaWebStart

Launch/Download JavaChessBoard.jnlp

Run

Double-click on JavaChessBoard Jar
Or
cd "where you unzip the release" in a console
and do: java -jar JavaChessBoard(release).jar
Questions or bugs : myriapodes@gmail.com

UML diagramJavaChessBoard UML Model (diagram)
javaChessBoard