Subject | Re: [Firebird-Java] connection error |
---|---|
Author | Burghard Britzke |
Post date | 2004-04-09T07:20:42Z |
oh! silly!
that was it. I wanted to use the driver for an eclipse plugin on mac os
x. while the default jre for my projects is 1.4 the jre for eclipse it
self (and all the plugins) is 1.3. loaded the other driver and the
plugin (DBExplorer) appeared. unfortunally it shows me no tables for my
database. may be some metadata functionallity isn't implemented yet? I
will check it.
--
]3 |_| /? (_, |-| /\ /? |)
<http://www.geocities.jp/nchikada/pac/>
Am 08.04.2004 um 12:45 schrieb Luca Lafranchi:
that was it. I wanted to use the driver for an eclipse plugin on mac os
x. while the default jre for my projects is 1.4 the jre for eclipse it
self (and all the plugins) is 1.3. loaded the other driver and the
plugin (DBExplorer) appeared. unfortunally it shows me no tables for my
database. may be some metadata functionallity isn't implemented yet? I
will check it.
--
]3 |_| /? (_, |-| /\ /? |)
<http://www.geocities.jp/nchikada/pac/>
Am 08.04.2004 um 12:45 schrieb Luca Lafranchi:
> Hi :)[Non-text portions of this message have been removed]
>
> Are you sure that you are running your app with jre1.4?
>
> Ciao
> Luca
>
> burghard_w_v_britzke wrote:
>
> > hi, (I read the FAQ of firebirdsql and tested for common errors)
> > I am using firebirdsql-full.jar driver for jdk 1.4 when i try to
> connect i get
> >
> > java.lang.NoClassDefFoundError: java/sql/Savepoint
> > at
> >
> org.firebirdsql.jca.FBManagedConnection.getConnection(FBManagedConnecti
> on.java:292)
> > at
> >
> org.firebirdsql.jca.FBStandAloneConnectionManager.allocateConnection(FB
> StandAloneCon
> > nectionManager.java:62)
> > at
> org.firebirdsql.jdbc.FBDataSource.getConnection(FBDataSource.java:103)
> > at org.firebirdsql.jdbc.FBDriver.connect(FBDriver.java:218)
> > at
> >
> com.diligentit.dbexplorer.model.DBConnectionHolder.<init>(DBConnectionH
> older.java:69)
> >
> > --------------------------what did i wrong?