Eclipse plugin installation principles and techniques

xiaoxiao2021-03-06  40

Eclipse plugin installation principles and techniques

Principle: Never install the plugins directory in the Eclipse directory

Recommended, Eclipse is in a directory, plugin in a directory

1. Set up a directory installation. Such as: D: / Eclipse_plugins2. Create a links directory in the Eclipse installation directory 3. Write a file under Links, the content path = plugin installation directory

Note: Plug-in installation is usually necessary to build such a structure such as Eclipse / Plugins in its own directory, then install the plugin to Plugins

Tips: Links can create a Disable directory, you can move the plugin that you don't want to start, you can move the corresponding file under links to this directory.

Such as: 1. Install Fatjar (see blog) to decompress the eclipse-plugins. Get the directory structure D: /Eclipse-plugins/net.sf.fjepse-plugins/net.sf.fjep.fatjar_0.0.16.2. Because there is no Eclipse / Plugins The structure, create a directory result, copy file .d: /eclipse-plugins/net.sf.fjep.fatjar_0.0.16.3. Write the file under the Eclipse installation directory. Net.sf.fjep.fatjar_0.0.16.txt Content: Path = D: /Eclipse-plugins/net.sf.fjep.fatjar_0.0.16. Tips: Start Eclipse, if you do not have any delete of the Configuration under the Eclipse installation directory, you can build a disable directory after setting up a disable directory. When the plugin is started, you can move the corresponding file under Links to this directory.

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

New Post(0)