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:

  1. On eclipse, Just hit run I can get an option "docear-osgi"
  2. 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,

  1. enabled OSGI plugin
  2. added Equinox as framework
  3. imported the project from source and successfully detected the OSGI bundles

What I am failing to do:

  1. 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!

1

请先登录再写评论。