I have installed DB Vizualizer using dpkg -i and when I launch DB Visualizer from the dashboard I get an error "java.util.NoSuchElementException".
$ java -version
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
Environment variables (set automatically by installer):
DERBY_HOME=/usr/lib/jvm/java-8-oracle/db
J2REDIR=/usr/lib/jvm/java-8-oracle/jre
J2SDKDIR=/usr/lib/jvm/java-8-oracle
JAVA_HOME=/usr/lib/jvm/java-8-oracle
I can run it from the Terminal by sudo dbvis however this way of running it does not keep my connections and settings so each time I launch it again all my connections and settings are gone.
How can I fix it?