On 07/03/2014 03:17, Anukul Singhal wrote:
> Hello,
> Is there something which I can check to make the SQuirrel client working?
> Any advice/suggestions will be highly appreciated.
I had major problems getting Squirrel working on Windows because the classpath
needed is longer than Windows can handle. I solved the problem by unpacking the
jars into a directory called "lib" and then starting Squirrel like this:
"C:\Program Files\Java\jdk1.7.0_09\bin\javaw.exe" -Xmx256m -cp
squirrel-sql.jar;lib net.sourceforge.squirrel_sql.client.Main --log-config-file
"C:\Program Files\Squirrel-3.2.1\log4j.properties" --squirrel-home "C:\Program
Files\Squirrel-3.2.1"
The developers don't seem to have tested on Windows, unfortunately.
--
John English
|