×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Last week Dan Kimmel kindly suggested some changes
to squirrel-sql.bat that may help identify the problem
that started when I updated java on my windows 7
laptop and also followed the java update suggestion that
old versions be removed.
My first change was removing the "/B" option.
That apparently did nothing, so I added "pause" cmds
until I think I have located the failing line:
"%LOCAL_JAVA%" -cp "%SQUIRREL_SQL_HOME%\lib\versioncheck.jar" JavaVersionChecker 1.6 1.7 1.8
The next line is:
if ErrorLevel 1 goto ExitForWrongJavaVersion
And this is the path the batch file takes.
From my Windows laptop:
Java Control Panel
General tab, click About, I see:
Java Standard Edition
Version 7 Update 45 (build 1.7.0_45-b18)
So, apparently this does not meet JavaVersionChecker expectations
but I don't know what to do next . . .
As an Amazon Associate we earn from qualifying purchases.