First let's take a look at how to use the links directory configuration plugin
The Eclipse plugin uses the Links directory usage: Suppose the plugin is installed in the d: / myplugin directory, then MyPlugin's directory structure must be like this: D: / myplugin / eclipse / plugins / plugin and D: / MyPlugin / Eclipse / Features / The plugin is installed, for example, install the Eclipseme plugin to the D: / myplugin directory, the directory structure is D: /Myplugin/eclipse/plugins/eclipseme_0.4.5. Suppose Eclipse is installed in the D: / Eclipse directory, create a directory named links in the Eclipse directory, create a link file in the links directory, such as MyPlugin.Link, the file content is path = d: / myplugin. Start the Eclipse, the plugin is installed, if you want to temporarily do not start the plugin, just remove myplugin.link files. Supplementary 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 myplugin.txt, goodplugin. 4. The LINK file can have multiple line PATH = plug-in directories, corresponding to multiple custom plug-in directories, each line's Path parameter will take effect. 5. There are also multiple link files in the Links directory, and the PATH parameters in each Link file will take effect. 6. The plug-in directory can use a relative path, if we create myPlugin directory in the Eclipse installation directory, as in the D: / Eclipse directory in the above example, simply set PATH = MyPlugin.
-----------------------------
For the above addition, the PATH path is separated // or /. For example, the plug-in: d: // eclipse // myplugins or D: / Eclipse / MyPlugins in: D: / Eclipse / MyPluginspath
Now let's install Lomboz.3http: //www.objectlearn.com/index.jsp Download Lomboz.3.zip and EMF-SDO-Runtime-
2.0.0
.zip
Install Lomboz.3. To install EMF-SDO-Runtime first, first
2.0.0
.zip
My Eclipse executive file is in D: / Eclipse / if your Eclipse is turned off, please close it
1. I created a MyPlugins folder in D: / Eclipse /, then EMF-SDO-Runtime-
2.0.0
.zip decompressed into this directory. At this time myplugins folder should be included in EMF-SDO-Runtime-
2.0.0 folder,
EMF-SDO-RUNTIME-
There is Eclipse under the 2.0.0 file. There are two directory Features and Plugins under Eclipse.
2.
Lomboz.3.zip decompressed, then copy the files under Plugins to D: / Eclipse / MyPlugins / EMF-SDO-Runtime-
2.0.0 / Eclipse / Plugins /
3. Enter a links directory under D: / Eclipse (the directory where Eclipse.exre) and build an EMF.txt (file name, and suffix can be taken) in this directory. Enter path = myplugins / emf-sdo-runtime in EMF.TXT-
2.0.0
/ (I am using the relative D: / Eclipse path)
4. Run Eclipse,
In the menu file-new-other, the following interface appears:
Then you have successful installation!