Installation
jydbconsole is written in jython2.1 (version 2.2 should also work).
Please follow installation instructions for jython at
www.jython.org
Download jdbc driver for your database. Links to often used jdbc drivers
are in links section.
Let the jython locate jdbc drivers.
- modify CLASSPATH variable
- modify script that runs jython itself. jython is an java application,
'-cp' parameter of java command is an alternative to let java and jython
locate jdbc drivers
In case you don't use sybase (or postgresql) driver you must use dumb
driver dumbSybaseDriver.jar (or dumbPostgresqlDriver.jar)
located in jydbconsole/libs directory. Sorry for that but these drivers
have some problems with jython, and my code that solves those problems creates
that dependency. Dump drivers are nearly empty classes to satisfy those dependencies.