Not “open projects” but “opened projects”, sorry.
I had already sent that information at the following locked thread: https://www.genuitec.com/forums/topic/importing-libs-userlibraries-at-6-5/
Steps:
1.- Install MyEclipse.
2.- Configure new default jdk, a JDK 1.5.0_14 called “SDK 1.5”.
3.- Import a project from CVS. This project has many user libraries dependencies, which are configured with a libs.userlibraries it contains.
4.- Open libs.userlibraries and replace every ocurrence of a hard drive path with the path of the downloaded project. For example, if the jars path at the libs.userlibraries contains c:/oldworkspace/myproject/lib, I’d replace it with c:/newworkspace/myproject/lib.
5.- Import libraries (Windows –> Preferences –> … –> User libraries –> Import
At that point, MyEclipse hangs. Preferences dialog doesn’t even close, it turns blank and MyEclipse stops working.
If I close the imported project before step 5 (right click at the imported project at package explorer –> close project) everything works fine. After importing libraries I can open the project and it builds ok.
I’ve also tried disabling “Build automatically”, but it won’t work.