Mailinglist Archive: opensuse-programming (105 mails)
| < Previous | Next > |
Re: [suse-programming-e] Exception in thread (JDBC for adabas D first use)
- From: Verdi March <cincaipatron@xxxxxxx>
- Date: Fri, 4 Jul 2003 12:33:26 +0800
- Message-id: <200307041233.27369.cincaipatron@xxxxxxx>
On Friday 04 July 2003 06:50, Prabu Subroto wrote:
> Exception in thread "main"
> java.lang.NoClassDefFoundError:
> com/softwareag/common/instrumentation/logging/LoggerFactory
> at
> de.sag.jdbc.adabasd.ADriver.<clinit>(ADriver.java:423)
It seems this class:
com.softwareag.common.instrumentation.logging.LoggerFactory
couldn't be found. Are you sure the only required jar is adabas.jar?
Have you tried to look into adabas.jar file, see if this file:
com/softwareag/common/instrumentation/loggin/LoggerFactory.class
exists? If not, then you clearly need another jar(s).
--
-- Verdi March --
> Exception in thread "main"
> java.lang.NoClassDefFoundError:
> com/softwareag/common/instrumentation/logging/LoggerFactory
> at
> de.sag.jdbc.adabasd.ADriver.<clinit>(ADriver.java:423)
It seems this class:
com.softwareag.common.instrumentation.logging.LoggerFactory
couldn't be found. Are you sure the only required jar is adabas.jar?
Have you tried to look into adabas.jar file, see if this file:
com/softwareag/common/instrumentation/loggin/LoggerFactory.class
exists? If not, then you clearly need another jar(s).
--
-- Verdi March --
| < Previous | Next > |