Why eclipse plugin doesnt start - log?
I have plugin that doesnt start(from dropins, with eclipse -clean), however its not even mentioned in
workspace\.metadata\.log
Is there any log that says why 开发者_开发问答plugin doesnt start?
I think the problem is that too new API is used.
Have you taken a look at the Host OSGi Console?
Here are some tutorials/articles that will hopefully help you figure things out:
- http://www.ibm.com/developerworks/library/os-ecl-osgiconsole/
- http://www.vogella.de/articles/OSGi/article.html
精彩评论