[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] How to using RCP with other third-party tool like Berkeley DB

I have development embedded system, the application divide into client and server parts. In client side I selected eclipse-RCP as the client command center, and due to some reason, we selected Berkeley DB as back-end database run in both the client and server. However, eclipse/RCP for me is very new framework, how can I import external libraries into my existing RCP project?

I have find that when I just import by right-click content manu in top-level project then import could not work and also override existing Preference setting.