I'm having trouble running any Castor-JDO programs. I tried several example programs and keep getting the following message every time I try to run the programs:
xception in thread "main" java.lang.IncompatibleClassChangeError
at
org.exolab.castor.persist.PersistenceFactoryRegistry.load(PersistenceFactoryRegistry.java:137)
at
org.exolab.castor.persist.PersistenceFactoryRegistry.getPersistenceFactory(PersistenceFactoryRegistry.java:98)
at org.exolab.castor.jdo.engine.DatabaseRegistry.loadDatabase(DatabaseRegistry.java:250)
at org.exolab.castor.jdo.JDO.getDatabase(JDO.java:583)
at ShopTest.main(ShopTest.java:27)
The program does compile clean and I have the castor jar file in the path. Does anyone have any idea why this error is occuring?
Thanks
|
-- Ron Dlugosz <[EMAIL PROTECTED]> |
