Name | Modified | Size | Downloads / Week |
---|---|---|---|
treasurebox.zip | 2020-04-13 | 7.1 MB | |
ReadMe.txt | 2020-04-13 | 2.1 kB | |
Totals: 2 Items | 7.1 MB | 0 |
Treasure Box Item Organizer Version 1.3 The Treasure Box system uses a MySQL database to store information on user defined projects, items and images. The installation instructions explain how to get and set up the MySQL database prior to running the application. The zip file (treasurebox.zip) contains: Installation Manual (InstallationManual.txt) Treasure Box Documentation (treasurebox.doc) The entire Java Source code SQL script to create the database, tables and user (buildTreasureBoxDB.sql) SQL script to load sample projects (exampleData.sql) Sample Project image directories (Houses and People) The executable program (tbox.jar) Shortcut icons for Windows and Linux (treasurebox.ico and treasurebox.png) Copy and unzip the TreasureBox.zip file under your home directory or anywhere you have read/write privileges. This will create a single directory named treasurebox which will contain all the required sub-directories and files needed by the application. Version 1.3 April 13, 2020 Java Code Changes Replaced faulty MaxScreen program with new code. The mySQL connector file was upgraded to mysql-connector-java-8.0.19.jar from mysql-connector-java-8.0.13.jar. It is included in the tbox.jar file. Version 1.2 November 3, 2018 Java Code Changes 1 Class.forName(driver).newInstance(); has been deproecated Changed to Class.forName(driver); 2 The connection url com.mysql.jdbc.Driver has been deproecated Changed to com.mysql.cj.jdbc.Driver 3 Removed several warnings in the code due to parameterazation syntax. SQL Script Change (buildTreasureBoxDB.sql) 1 Modified GRANT statement due to changes in MySQL syntax. 2 Added a DROP USER IF EXISTS statement to make rerunning the script easier. Version 1.0 Original release March 5, 2013 Version 1.1 August 10, 2013 Fixed errors related to getTypeX() function. New source code, executatble jar and installation files. Version 1.0 Original release March 5, 2013