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.