facebook

Project MYPROJECTWeb is missing required library

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #343724 Reply

    Chandulal
    Member

    Hi,

    I am facing a strange issue in Myeclipse.

    We tried to migrate to Spring 3.2.2 and downgraded to Spring 3.0.1. Now I made sure all the jars related to 3.2.2 are removed and there are no references to these jars. But eclipse keeps showing error on the project saying the required jar is missing (as shown below) and this does not allow the build project to start. I tried giving a search for the jar name occurrences in the workspace. But this does not show any results.

    I am using myeclipse Version: 7.5

    example error message:
    Project MYPROJECTWeb is missing required library: ‘WebContent/WEB-INF/lib/spring-orm-3.2.2.RELEASE.jar’

    Can someone help me on this please….

    Thanks,
    Chandu.

    #343751 Reply

    Chandu,

    Sorry that you are seeing this issue.

    1) There might be a reference to the jar file in the .classpath file. Can you please check .classpath file in your project folder ?
    2) Also, try to close and re-open the project without closing MyEclipse, this might rebuild the project again. To close the project, right click on project and click ‘Close project’. To open a closed project, right click on project and click ‘Open project’.
    3) Please check whether you have updated the project Build Path. Right click on the project name, select “Properties”, go to “Java Build Path”, choose the “Libraries” tab, and see that your library is not in the list. If it’s still in that list, remove it with the “Remove” button.
    4) If the above solutions doesn’t work, can you please switch to a new workspace, import your project into your new workspace and check if you can replicate the issue ?

    Our latest release is MyEclipse 2013. I suggest you upgrade to MyEclipse 2013, to take advantage of the several enhancements and fixes we made since MyEclipse 7.5. You can download ME 2013 from here. Install it to a different location alongside your existing MyEclipse 7.5 and give it a try.

    Let us know how it works for you.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Project MYPROJECTWeb is missing required library

You must be logged in to post in the forum log in