How to make my spray project into a standalone eclipse rcp application?

197 views Asked by At

I created an emf model and also a spray project. I am able to start the spray project over "Run as.." as an eclipse application and i will get an editor that depends on my emf model.

Now i would like to integrate this editor into a part of an eclipse rcp application. How can i achieve that? I tried adding the spray and emf project to my feature project as a plug in but i do not know which class the part should refer to. Is this even the right way?

How can i make my spray editor be a part of my rcp application?

0

There are 0 answers