- This topic has 2 replies, 3 voices, and was last updated 14 years, 3 months ago by
Brian Fernandes.
-
AuthorPosts
-
dblodgettMemberI have just upgraded from 8.6 to 9.0 and now my projects are all missing the org.springframework packages. I am using the MyEclipse Spring 3.0 packages, but there are a large number of the jar files missing from the libraries, I have verified this with a coworker who has been able to successfully install MyEclipse 9.0 using the exact same project configuration. I have tried reinstalling MyEclipse 9.0 numerous times and I keep getting the same problem.
Any assistance on this would be greatly appreciated.
April 1, 2011 at 2:56 am #315683
support-joyMemberdblodgett,
Can you answer below queries –
1. You mention you upgraded from ME 8.6 to ME 9.0. How did you perform the update. Both of them are based on different base eclipse, the recommended approach would be to install a fresh ME 9.0
2. Can you copy and paste your MyEclipse Installation Details. Here is the FAQ – https://www.genuitec.com/forums/topic/troubleshooting-how-to-view-the-installation-details/&highlight=&sid=4109128f7021abe17a0a1827a4228f0c
3. What is the type of project you are working on? Can you verify if you have added spring capabilities? Right click on your project > MyEclipse > Add Spring Capabilities
4. If you have added spring capabilities and you are still missing out libraries, this is what you can do – right click on your project > build path > add libraries > MyEclipse Libraries. Click on [next] and select Spring 3.0 relevant libraries and click on [Finish]. This would add the relevant libs to your project build pathBest.
April 8, 2011 at 2:30 pm #315897
Brian FernandesModeratordblodgett,
Go to Window > Preferences > MyEclipse > Project Capabilities > Spring and hit Restore Defaults. You may have run into this problem because the Spring libraries were upgraded and your customizations (if you made customizations) are preventing the changes from being picked up.
I hope this fixes it and apologize if this solution came too late.
-
AuthorPosts