How to get OSGI run on idea [An Example building Docear project: in eclipse vs idea]?
已回答
I have got it work on eclipse following https://github.com/Docear/Desktop/wiki/Import-and-Compile-Docear
I tried many methods on idea but in vain.
The question is that:
- On eclipse, Just hit run I can get an option "docear-osgi"
- On idea, no such option, even I add one manually, I cannot see the application running as that of eclipse.
It would be great if somebody can make an tutorial step by step.
What I have done in idea,
- enabled OSGI plugin
- added Equinox as framework
- imported the project from source and successfully detected the OSGI bundles
What I am failing to do:
- find 'docear-osgi' option so that I can run the application.
This is not a blocking problem for me but may be helpful for others.
I someone is familiar with this problem, I'd very like to learn how to solve it!
Thank you!
请先登录再写评论。
See https://www.jetbrains.com/help/idea/run-debug-configuration-osgi-bundles.html.