Versions Compared

Key

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

...

Code Block
bash
bash
#!/bin/bash


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

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

# Start the application
$DBVIS_DIR/dbvis $*

...

Starting DBVisualizer with the correct java version

...

make Make sure that the 32 bit java version is used by DBVIS as with the 64bit version it does not work
If necessary edit and use dbvisgui.bat.
set PATH=%PATH%;d:\DbVisualizer
set JAVA_EXEC=d:\DbVisualizer\jre\bin\java

...