Description: JCDatabase is a simplified version of JDBC that lets developers use Java's write once, run everywhere capabilities for cross-platform applications that need data access. Unlike JDBC, JCDatabase does not require you to run a database server or configure your system to provide access to a local database. It can also be more conveniently deployed as part of a traditional client-side application using direct file access - the entire application and database be conveniently deployed in a single ZIP.