Why is that? The following blog is introduced, not burdensome
http://dengmin.iteye.com/blog/260585
These blogs seem to be forgetting a bit, or is my local Eclipse new project version not high enough?
Repeat how to solve this problem:
1. First create a new folder in the project named Foldera
2. Copy the jar package you need to use in the Foldera
3. Use the default plug-in Manifese editor to open the Plugin.xml file, select Runtime, in the Classpath add just new Foldera, if not before add, will be at the same time add one. The east, do not cut off the hand!!!
4. In the MANIFEST.MF file, see if the Bundle-claddpath is as follows
Bunlde-classpath:.,
foldera/
If so, it is necessary to modify the FullName to add the package jar after foldera/
Eg:foldera/postgresql-9.4-1204-jdbc42.jar
Re-run next try
If it is helpful to you, please recommend!
[Java] [RCP] Error introducing third-party jar package: Xxxcannot be found XXX