Problem Squirrel SQL client does not run with Java 9
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
Is fixed in our Git repository and will be available in future snapshots and versions
thanks
Hello, I am on a mac and have the following java version:
➜ java --version
java 9.0.1
Java(TM) SE Runtime Environment (build 9.0.1+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)
I installed squirrel sql but when I launch the app it opens/closes without any error/warning. When I navigate to: /Applications/SQuirreLSQL.app/Contents/MacOS
and try running it directly I get the following:
➜ MacOS ./squirrel-sql.sh
./squirrel-sql.sh: line 26: Plug-Ins/JavaAppletPlugin.plugin/Contents/Home: No such file or directory
Error: Could not find or load main class JavaVersionChecker
Caused by: java.lang.ClassNotFoundException: JavaVersionChecker
What can I do?