Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

On this page from now we will refer from now on to $DBVIS_DIR as the DBVisualizer installation directory.

 

After installation copy connector.jar from the FEWS bin dir (or see attachments of this page) to $DBVIS_DIR/lib.

Also the following settings in the Windows Environment variables are required.

...

Code Block
bash
bash
#!/bin/bash

# Point $DBVIS_DIR to the directory where DBVisualizer has been installed
DBVIS_DIR=/opt/DBVisualizer


# Start the application
$DBVIS_DIR/dbvis $*

Download libraries

First download the dbvisualizer_jdbc_addons.zip zip file containing all the required additions to the $DBVIS_DIR.

Installation of the MS Access driver

...

Code Block
# Setting the variables
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$DBVIS_DIR/jdbc/firebird

Copy java libraries (Windows and Linux)

  • create the directory $DBVIS_DIR/jdbc/firebird
  • copy jaybird-2.1.6p.jar from the FEWS bin dir to $DBVIS_DIR/jdbc/firebirdcopy connector.jar from the FEWS bin dir to $DBVIS_DIR/lib (to be put globally in $DBVIS_DIR/lib done in see above)

and the URL format jdbc:firebirdsql:embedded:

Download libraries

First download the dbvisualizer_jdbc_addons.zip zip file containing the required additions to the $DBVIS_DIR.

Copy native libraries (Windows)

...