How to install plugins in a link method

xiaoxiao2021-03-06  16

Eclipse foundation - install Eclipse plugin using the Links mode

Eclispe should be very familiar, in general, the Eclipse plugin is installed in the Plugins directory. But then, after many plugins have been installed, Eclipse has changed, the most important thing is not to make updates and manage numerous plugins. Install the Eclipse plugin by links to solve this problem.

Current configuration Eclipse3.0.1

Now, my Eclipse installation directory is d: / eclipse, to be installed, the plugin directory is d: / plug-in, I will have to install LanguagePackFeature (language package), EMF-SDO-XSD-SDK, GEF-SDK, LOMBOZ four Plugin.

First put all the four plugins in the D: / plug-in directory, decompressed separately. If Lomboz3.0.1.zip is decompressed into a Lomboz3.0.1 directory, this directory contains a Plugins directory, first create a subdirectory Eclipse in the Lomboz3.0.1 directory, then move the plugins directory to the original Eclipse directory, that is, the directory structure This: d: /plug-in/lomboz3.0.1/eclipse/plugins

Eclipse will find the Eclipse / Features directory and the Eclipse / PLUGINS directory to see if there is a legal feature and / or plugin. That is, the target directory must contain a / eclipse directory. If found, the additional feature and plugin will be available in the runtime configuration, if the link file is added after the workspace is created, the additional functional part and the plugin will be processed as a new configuration change.

If other compressed files are decompressed, if the Eclipse / Plugins directory already contains, the Eclipse directory is not required.

Then establish a subdirectory Links in the Eclipse installation directory D: / Eclipse directory, create a link file in the links directory, such as languagePackfeature.LINK, change the file content for path = d: / plug-in / languagePackfeature, this LINK file Corresponding to a plugin directory that just decompressed.

Description:

1. The plugin can be installed in multiple custom directory separately.

2. A custom directory can install multiple plugins.

3. The file name and extension of the LINK file can take any name, such as ddd.txt, and myplugin.

4. The path path of the PATH = plugin directory in the link file is separated // or /

5. There are also multiple link files in the Links directory, and the PATH parameters in each Link file will take effect.

6. The plugin directory can use a relative path.

7. A subdirectory can be created in the Links directory, transfer to the plugin that is temporarily unused to this subdirectory, speeding Eclipse boot.

8. If you can't see the plugin after installation, delete the Configuration directory under the Eclipse directory and restart.

note:

If you open the Eclipse (version 301). In Window-> Prefences, you can't see the Lomboz option.

That illustrates that there may be no EMF-SDO-XSD-SDK-2.0.1.zip this plugin, you need to download this plug-in to decompress the above Links mode, then extract Lomboz directly in the Eclipse / Plugins directory, then put Eclipse The Configuration directory under the directory is deleted and restart.

EMF-SDO-XSD-SDK-2.0.1.zip, download address

http://download.eclipse.org/tools/emf/downloads/drops/2.1.0/i200410220709/emf-sdo-xsd-sdk-i200410220709.zip Note: Diagonists installed in the LINK mode (such as language Chinese package) When you want to reach the installed plug-in by starting parameters, you can add the following parameters to the startup parameters. -Nl en_us (zh_cn Represents Chinese).

转载请注明原文地址:https://www.9cbs.com/read-45587.html

New Post(0)