java - eclipse library bundle - fails to export packages from some libraries -


I have created a simple plugin project in Eclipse 3.5 which stores only the third party libraries for use by other bundles. Eclipse RCP application worked as expected: I edited the manifests, exported the necessary packages and added the libraries to the build path (project build path as well as the Manifest Build path). After a few days, I added another jar in that project, the only step (exporting a package, construction path (linking libraries), but at this time I can not import square from other exported packages in that bundle Package Manifest Editor But clearly the selection was made in the classes, but the other statements exported by the bumped bus lines with curly red lines made me Importing still works, only the classes are invisible from the newly added lib.

Do anyone have an idea that I can remember? I am feeling very strange and I know

of the following Check:

  1. Make sure they are in the Build Configuration -> Order and Export field, and they can be exported
  2. Make sure you have the package exported in the manifest (PEDE Tools -> Open Manifest -> Runtime Tab)
  3. In one place above, make sure that The jar files are in the manifest cell.
  4. (As the Al below says), make sure that the build properties are marked for exclusion of your jar (although this is probably not your problem because you have compiled errors A Are getting)

If all this has been done (and it still does not work), then restart a clean eclipse sometimes the eclipse becomes a bit confusing and restart helps.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -