Kishore,
The behavior that you are describing is odd. You should only see that
dialog when you attempt to connect to a database. SQuirreL should
start successfully without opening a session (unless of course you
have turned on "Connect at Startup"). Even still, though it is a
modal dialog, it should have an "OK" button that you can click to make
it go away. I am not sure why you wouldn't be able to see the dialog
or the button.
In any case, you can disable this setting manually if it is causing
you to not be able to launch SQuirreL. Edit the file :
<user.home>/.squirrel-sql/prefs.xml
By setting :
<warnJreJdbcMismatch>true</warnJreJdbcMismatch>
to
<warnJreJdbcMismatch>false</warnJreJdbcMismatch>
By the way, preferences are saved in <user.home>/.squirrel-sql, so
removing SQuirreL from the install directory will have no effect if
the problem is related to settings. And <user.home> is typically
something like /home/<username> on Linux and
C:\Documents and Settings\<username> on Win32.
Rob
On 7/11/07, kishore bonthala <kis...@gm...> wrote:
>
>
>
> Hi,
>
> After that warning message i am not able to open SQuirrel SQL Client.
>
> Regards,
> Kishore
>
>
>
> On 7/11/07, Robert Manning <rob...@gm...> wrote:
> > On 7/10/07, kishore bonthala <kis...@gm...> wrote:
> > >
> > > Hi,
> > >
> > > When i tried to connect SQL Server Through SQuirrel I got an Warring
> Message
> > > as follows.
> > >
> > > JRE/JDBC Version Mismatch
|