Hi,
I'm writing an RCP application and am wanting to use db4o as the "file format" for my application. However, I'm having a little problem.
I've added db4o_osgi.jar to my plugins folder of my Eclipse 3.3 environment and all the wizards and things in the PDE find it fine. So far I only have a single plugin, so I added db4o_osgi as a required plugin. Because it is in my plugins folder Eclipse finds it just fine. However, if I try and reference any of the db4o classes (other than the ones actually in the osgi jar) I get this problem:
The type com.db4o.ObjectContainer cannot be resolved. It is indirectly referenced from required .class files
I can fix this in the IDE by referencing the actual db4o jar files (either as a library or by copying the jars in to the project and adding them to the build-path), but when I try to launch the product, I get all kinds of problems that seem unrelated, but when I comment out the db4o related code and update the dependencies, the product works fine.
Any ideas?
Thanks in advance,
Brindy