I usually modify the squirrel-sql.bat file and point it to the Java. (In this example snippet Java 8u181 32bit.)
@echo off
@rem IZPACK_JAVA is filtered in by the IzPack installer when this script is installed
set We detect the java executable to use according to the following algorithm:
@rem
@rem 1. If the one used by the IzPack installer is available then use that; otherwise
@rem 2. Use the java that is in the command path.
@rem
if exist "C:\Program Files (x86)\Java\jre1.8.0_181\bin\javaw.exe" (
set "LOCAL_JAVA=C:\Program Files (x86)\Java\jre1.8.0_181\bin\javaw.exe"
) else (
set LOCAL_JAVA=javaw.exe
)
echo Using java: %LOCAL_JAVA%
From: Michael via Squirrel-sql-users [mailto:squ...@li...]
Sent: Thursday, August 8, 2019 7:08 PM
To: squ...@li...
Subject: Re: [Squirrel-sql-users] [EXTERNAL] SquirrelSQL won't launch
Caution: This email originated outside of the Physicians Mutual organization. Do not click on links or open attachments unless you recognize the sender and know the content is safe. If the email appears suspicious, please contact the ETG Help Desk.
I had a similar problem on some linux distros I use, but don't have the problem anymore.? I am using version 3.9.1 on gentoo and have used it on debian 10 and void.? The java is 1.8.0_212.? Mike
On 8/8/19 3:27 PM, Ferreira, Matthew wrote:
Which version of squirrel is this? There was an issue about a year ago where squirrel-sql.bat needed to be updated to enumerate the newer sql versions.?
I?m using 3.9.0 on win 7 with the same Java version without issue.
This is being sent from my mobile. Please excuse typos and brevity
From: Jim Mulgrew <jim...@gm...<mailto:jim...@gm...>>
Date: Thursday, Aug 08, 2019, 6:16 PM
To: squ...@li...<mailto:squ...@li...> <squ...@li...<mailto:squ...@li...>>
Subject: [EXTERNAL] [Squirrel-sql-users] SquirrelSQL won't launch
First of all, my apologies if this was the wrong way to post a question to the group/support. I'm new to this as of today.?
I'm a Citrix Admin at our company and the business has asked us to install SquirellSQL onto our servers so the offshore teams would have access to use it. We have it installed but when we try to launch it we get a pop up window stating that "the JVM must be at least 1.6 to run Squirrel 3.x and above". The version we have installed on the server is 1.8.0_202 which is a bit confusing. (attached). What are we doing wrong? Thanks.
- Jim
**NOTICE: This e-mail message, including any attachments hereto, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. If you are not the intended recipient(s), any unauthorized review, use, copying, disclosure or distribution is prohibited. If you are not the intended recipient(s), please contact the sender by reply e-mail immediately and destroy the original and all copies (including electronic versions) of this message and any of its attachments.
_______________________________________________
Squirrel-sql-users mailing list
Squ...@li...<mailto:Squ...@li...>
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
--------------------------------------------------------------------------
This message and any attachments are confidential, may contain privileged information, and are intended solely for the recipient named above.
If you are not the intended recipient, or a person responsible for delivery to the named recipient, you are notified that any review, distribution, dissemination or copying is prohibited.
If you have received this message in error, you should notify the sender by return email and delete the message from your computer system.
|