I have one Eclipse RCP plugin (A) that include another one with jar libraries (B) and it works but i want to add there another jar library and i cant refresh my Eclipse RCP Plugin (A) to make packages from new jar visible.
I added new jar in MANIFEST.MF and Properties->Java build Path->Libraries as i had added a lot of others jar libraries.
Should i refresh project somehow to make it visible?
I use Eclipse for RCP and RAP Developers
Version: Mars.1 Release (4.5.1) Build id: 20150924-1200
(btw is it the only way to include external jar libraries? is it good way to do it or does anyone has better solution?)
EDIT: The problem is resolved. I had to Launch (and build?) my Eclipse RCP Plugin with jar libraries (i thought that it doesnt have to be compiled but it is a config that just exist to describe libraries that are included).