user1167575
user1167575

Reputation:

Convert Eclipse Plugin Projects to Eclipse RCP Application

I have a list of different plugins (that constitute one Eclipse plugin together) and i want to create an Eclipse 4 Juno RCP application from them. What are the steps to do that?

Thanks in advance and kind regards!

Upvotes: 2

Views: 1507

Answers (1)

Kaadzia
Kaadzia

Reputation: 1431

You can basically just follow the instructions of Lars Vogel here.

He's describing how to convert an Eclipse plug-in into an Eclipse 4 application.

Like tkotisis added: After you created the application as described by Vogella, you need to add all plug-ins to one or more features. Then include them in your product configuration.

Upvotes: 4

Related Questions