A problem is found during the use of Eclipse, it seems to only load the plugin at the first runtime, and the plugin installed in the future is all not recognized ..., it is necessary to harm my plug-in every plugin. Configured Dongdong deleted and then configure it. Later, he listed people who only used the Dongdong in the Configuration directory. I tried it. It can be, but those plugins with installation cannot be used, fainted .. ...., after many trials, it is found that only delete configuration / org.eclipse.osgi can, there is no problem with the plugin with the installer. Hereby record :)
In addition, two solutions have been discovered online [I personally feel the second nice]: 1, help-> Software update-> management update Show disable project, put him enable2, Eclipse's readme knows the FAT file system Cause, all Eclipse installed in FAT will not automatically monitor the changes of Feature and Plugin by default, need to add a parameter in eclipse_home / configuration / config.ini: osgi.checkconfiguration = true, of course, after the change, it will be identified. After coming out of the osgi.checkconfiguration = true, you can remove each startup, waste our valuable time. Another way to add LINK is also good -------------------------------------- -------------------------------------- Eclipse plugin Usage using the links directory: Suppose the plugin is installed D: / myplugin directory, MyPlugin's directory structure must be like this: D: / myplugin / eclipse / plugins / ** and d: / myplugin / eclipse / features / ** Install Eclipseme plugin to D: / myplugin directory In, 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 Eclipse, you can open the Windows-> Preference View the installation of the plugin, 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 relative paths, if we create myPlugin directory in the Eclipse installation directory, as in the D: / Eclipse directory in the above example, simply set PATH = MyPlugin.