Rob -
That's an interesting observation. You are correct...
when I change THAT part of my CLASSPATH (i.e. change
'.\;' to just '.;' that ALSO fixes it, even when my LAST
entry in my CLASSPATH does NOT have the trailing ';'
So, yes, there were TWO workarounds.
Cheers...
Dave
-----Original Message-----
From: Robert Manning [mailto:rob...@gm...]
Sent: Tuesday, April 18, 2006 8:47 AM
To: David Cook
Cc: squ...@li...
Subject: Re: [Squirrel-sql-users] Squirrel-SQL v2.2 won't launch on my
Win-XP-Pro machine
On 4/18/06, David Cook <Dav...@ve...> wrote:
>
> Rob -
>
> Thanks for the quick response. Good news, I see
> the bug. (I'm a Java developer, too...which is why
> I ran into this bug.)
>
> I have a (non-empty) CLASSPATH variable set. (It points
> to some JDBC-driver jars, but that alone is NOT the bug.)
>
> The bug happens when ones CLASSPATH is NOT terminated with
> a trailing ';' character. So, my workaround was simply to ADD a
> trailing ';' character on the end. (I'm betting the same thing
> would happen on Linux.)
Dave,
Thanks for working this one out. Just one question though:
Why is the trailing "\" (backslash) necessary in your CLASSPATH? I think
that "." should suffice for saying "the current directory" - even on
Windows.
When I eliminate the trailing backslash, it works fine (No ending semi-colon
is necessary).
At least this seems to be the advice in the Java bug database here:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4105414
Rob
|