SQuirrel claims jdk8 is too old and wont start
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
Currently, we have not tested SQuirreL with the Developer Preview Release of JDK8. At the moment, SQuirreL runs with Java 1.6 und 1.7.
You can add Java 1.8 to the version checker by yourself. Depending on your Operating System, you have to edit squirrel-sql.bat or squirrel-sql.sh
In squirrel-sql.sh search for the following line
$JAVACMD -cp "$UNIX_STYLE_HOME/lib/versioncheck.jar" JavaVersionChecker 1.6 1.7
change it to
$JAVACMD -cp "$UNIX_STYLE_HOME/lib/versioncheck.jar" JavaVersionChecker 1.6 1.7 1.8
In squirrel-sql.bat search for
"%LOCAL_JAVA%" -cp "%SQUIRREL_SQL_HOME%\lib\versioncheck.jar" JavaVersionChecker 1.6 1.7
and change it to
"%LOCAL_JAVA%" -cp "%SQUIRREL_SQL_HOME%\lib\versioncheck.jar" JavaVersionChecker 1.6 1.7 1.8
Please note, that we haven't tested this until yet.
Maybe, you will provide us with feedback, how SQuirrel works on Java 8 :-)
Thanks, so far squirrel works nicely with java8 preview.
Should this issue be closed?
Closed according to Johnathan's review.