Previously, I used the archivedupdatesite package of myeclipse (from 6.0 to 7.5) to install myeclipse. Generally, I downloaded the corresponding eclipse platform from the Internet and then installed it using the install manager of Eclipse. However, this installation of myeclipse8.5 encountered a problem. First download the javaee version of eclipse3.5.2, and then integrate and install the archivedupdatesite package of myeclipse8.5 as before. However, the system prompts an error and cannot be completed.
Myeclipse8.5 is not the same as the previous version. You can choose to install myeclipse8.5 by refining all the features. When I select to install only the simplest myeclipse base component, an error message is displayed, as shown below:
Cannot complete the install because of a conflicting dependency.
Software being installed: myeclipse base 8.5.0.me201003250245-dwcq96gmkjrk79yy7pw0foilnmds (COM. genuitec. myeclipse. Base. feature. Group 8.5.0.me201003250245-release)
Software currently installed: Eclipse IDE for Java EE developers 1.2.2.20100217-2310 (EPP. Package. Jee 1.2.2.20100217-2310)
Only one of the following can be installed at once:
Dali Java persistence tools-core 2.2.1.me201003052220 (Org. Eclipse. jpt. Core 2.2.1.me201003052220)
Dali Java persistence tools-core 2.2.1.v200908270220 (Org. Eclipse. jpt. Core 2.2.1.v200908270220)
Cannot satisfy dependency:
From: myeclipse base 8.5.0.me201003250245-dwcq96gmkjrk79yy7pw0foilnmds (COM. genuitec. myeclipse. Base. feature. Group 8.5.0.me201003250245-timeout)
To: org. Eclipse. jpt. Core [2.2.1.me201003052220]
Cannot satisfy dependency:
From: Eclipse IDE for Java EE developers 1.2.2.20100217-2310 (EPP. Package. Jee 1.2.2.20100217-2310)
To: org. Eclipse. EPP. Package. Jee. feature. feature. Group [1.2.2.20100217-2310]
Cannot satisfy dependency:
From: Java EE ide feature 1.2.2.20100217-2310 (Org. Eclipse. EPP. Package. Jee. feature. feature. Group 1.2.2.20100217-2310)
To: org. Eclipse. jpt. feature. feature. Group 0.0.0
Cannot satisfy dependency:
From: Dali Java persistence tools 2.2.2.v200911250220-7l7oapfbbops0tbgxv1je (Org. Eclipse. jpt. feature. feature. Group 2.2.2.v200911250220-runtime)
To: org. Eclipse. jpt. Core [2.2.1.v200908270220]
From this point of view, one of the eclipse javaee components conflicts with the version required by myeclipse. However, you can still find the answer from the Internet. According to the instructions on the official myeclipse website, make sure that the "eclipse3.5.2"Classic
"Version has been installed.
So I found eclipse3.5.2's "classic" on the Internet.
"(163 m): http://www.eclipse.org/downloads/download.php? File =/Eclipse/downloads/drops/R-3.5.2-201002111343/eclipse-SDK-3.5.2-win32.zip
Use eclipse of this version, and then use the menu "help"-> "install new software... ", add the archivedupdatesite zip package of myeclipse8.5, and find the dependent components. Several components are required. The versions starting with me are all from the archivedupdatesite package of myeclipse, others will be updated online by default. (It's a bit like installing Ubuntu software ). To save the download time, you can also download these dependency package to your local device and add it to "available software site. In this way, when installing myeclipse, you can update and install it on a local machine.
Now, let's talk about the entire installation process:
1. Download The myeclipse8.5 archivedupdatesite package. The specific address is left blank. Due to severe piracy, myeclipse has blocked access from domestic IP addresses and can be downloaded using a proxy server.
2. Download the"Classic
"Version, address: http://www.eclipse.org/downloads/download.php? File =/Eclipse/downloads/drops/R-3.5.2-201002111343/eclipse-SDK-3.5.2-win32.zip
3. Download the dependent package. Through the dependency check, it is found that at least the following components are required. Download the corresponding archivedupdatesite package. I do not like to install the Eclipse plug-in. Therefore, I only download this archivedupdatesite package. After downloading the two packages, you have saved a lot of time for online upgrades, and some dependent packages can be updated over the Internet.
- EMF + XSD
The version is 2.5.0/r200906151043,: http://www.eclipse.org/modeling/download.php? File =/modeling/EMF/downloads/drops/2.5.0/r200906151043/emf-xsd-Update-2.5.0.zip
- GEF
Required version is 3.5.2/r201002241200,: http://www.eclipse.org/gef/download.php? File =/tools/GEF/downloads/drops/3.5.2/r201002241200/GEF-Update-3.5.2.zip
4. Decompress eclipse3.5.2's "classic"
Run eclipse. Choose "help"> "install new software ...". Add the archivedupdatesite packages of myeclipse8.5, EMF + XSD, and GEF to "available software site.
5. On the available software interface, select the desired myeclipse component and install it. Eclipse will use the principle of local first, and then the Internet to update these components.
6. After the installation is complete, choose "myeclipse"> "submodules", enter the registration information, and complete the registration.