From: Robert Manning <robert.m.manning <at> gmail.com>
To: siegfried doerrer <sdoerrer <at> yahoo.com>
Sent: Fri, July 2, 2010 1:40:44 PM
Subject
: Re: [Squirrel-sql-users] Can't start squirrel 3.1 any more - confused about Java compatibility
For now, you could comment out the call to "JavaVersionChecker".
Also, when you execute "java -version" on the command line, what
output do you get?
Starting SQuirreL using the jar (java -jar squirrel-sql.jar) gives the
JVM a static classpath defined in the Jar manifest. It will not
pickup your Oracle JDBC driver if you placed it in your /lib folder
previously. So, when you start it that way, you will need to modify
your Oracle driver definition in SQuirreL to add "Extra Classpath"
path to your driver jar file.
Rob
On Fri, Jul 2, 2010 at 1:26 PM, siegfried doerrer <
sdoerrer <at> yahoo.com> wrote:
> Over the past few weeks my installation of squirrel 3.1,
which has worked
> flawlessly since installed a few months back no longer start on my 32-bit
> windows setup
> I think this as happened ever since I
installed itunes/Quicktime - which I
> think updated JRE to version1.6.0_19-b04.
> looking at the squirrel-sql.bat file, I noticed that the version checker
> fails
> ""%LOCAL_JAVA%w" -cp "%SQUIRREL_SQL_HOME%\lib\versioncheck.jar"
> JavaVersionChecker 1.6 1.7"
> I can start squirrel via "java -jar squirrel-sql.jar", but can't connect to
> oracle anymore (get exception:
> java.lang.NoClassDefFoundError: org/fife/ui/rtextarea/RTextArea
> at
> net.sourceforge.squirrel_sql.plugins.syntax.rsyntax.RSyntaxSQLEntryAreaFactory.createSQLEntryPanel(RSyntaxSQLEntryAreaFactory.java:37)
> at
> net.sourceforge.squirrel_sql.plugins.syntax.SQLEntryPanelFactoryProxy.createSQLEntryPanel(SQLEntryPanelFactoryProxy.java:64
> )
>
as far as I can tell, latest JRE = 1.6.0_20. Do I need to install JDK?
> Is anybody else having problems finding the JDK download? Seems to
be
> missing from Oracle/Sun.
>
>
>
> ------------------------------------------------------------------------------
> This
SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit
sprint.com/first -- http://p.sf.net/sfu/sprint-com-first> _______________________________________________
> Squirrel-sql-users mailing list
>
Squirrel-sql-users <at> lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users>
>