简体   繁体   English

如何检测为什么eclipse插件未启动?

[英]How to detect why eclipse plugin is not started?

I have installed ShellEd, it is visible in Help -> About Eclipse -> Installed Software. 我已经安装了ShellEd,在帮助->关于Eclipse->已安装的软件中可以看到它。 However is just not working. 但是只是不起作用。 I look at .log file in workspace and it has no information about it. 我在工作区中查看.log文件,但它没有相关信息。

In Host OSGI Console when I type ss or status or bundled or packages it is not displayed in the list. 在主机OSGI控制台中,当我键入ssstatusbundledpackages它不会显示在列表中。

Any idea how to find out why its not working? 任何想法如何找出为什么它不起作用?

UPDATE: 更新:

<your eclipse>/configuration/org.eclipse.equinox.simpleconfiguratior/bundles.info

has 拥有

net.sourceforge.shelled.core,2.0.0.201108181319,configuration/org.eclipse.osgi/bundles/241/data/-1888557091/plugins/net.sourceforge.shelled.core_2.0.0.201108181319.jar,4,false
net.sourceforge.shelled.doc,2.0.0.201108181319,configuration/org.eclipse.osgi/bundles/241/data/-1888557091/plugins/net.sourceforge.shelled.doc_2.0.0.201108181319.jar,4,false
net.sourceforge.shelled.ui,2.0.0.201108181319,configuration/org.eclipse.osgi/bundles/241/data/-1888557091/plugins/net.sourceforge.shelled.ui_2.0.0.201108181319.jar,4,false

however the jars are not anywhere in eclipse directory (i do have them, where to drop them?) 但是罐子不在eclipse目录中的任何地方(我有罐子,放在哪里?)

net.sourceforge.shelled-site-2.0.0.zip/plugins/net.sourceforge.shelled.core_2.0.0.201108181319.jar net.sourceforge.shelled-site-2.0.0.zip/plugins/net.sourceforge.shelled.doc_2.0.0.201108181319.jar net.sourceforge.shelled-site-2.0.0.zip/plugins/net.sourceforge.shelled.ui_2.0.0.201108181319.jar net.sourceforge.shelled-site-2.0.0.zip/plugins/net.sourceforge.shelled.core_2.0.0.201108181319.jar net.sourceforge.shelled-site-2.0.0.zip/plugins/net.sourceforge.shelled .doc_2.0.0.201108181319.jar net.sourceforge.shelled-site-2.0.0.zip/plugins/net.sourceforge.shelled.ui_2.0.0.201108181319.jar

net.sourceforge.shelled-site-2.0.0.zip/features/net.sourceforge.shelled_2.0.0.201108181319.jar net.sourceforge.shelled-site-2.0.0.zip/features/net.sourceforge.shelled_2.0.0.201108181319.jar

Check it in file <your eclipse>/configuration/org.eclipse.equinox.simpleconfiguratior/bundles.info . 在文件<your eclipse>/configuration/org.eclipse.equinox.simpleconfiguratior/bundles.info You can manually add it if it's missing as workaround. 如果缺少解决方法,则可以手动添加它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM